(PHP 5, PHP 7, PHP 8)
Represents the result set obtained from a query against the database.
Stores whether the result is buffered or unbuffered as an int
(MYSQLI_STORE_RESULT
or
MYSQLI_USE_RESULT
, respectively).
Version | Description |
---|---|
8.0.0 | mysqli_result implements IteratorAggregate now. Previously, Traversable was implemented instead. |