The mysqli_result class
Guide
Edit on GitHub ✎
Represents the result set obtained from a query against the database.
Intro
Represents the result set obtained from a query against the database.
Class synopsis
class mysqli_result implements IteratorAggregate { }
Properties
typeStores whether the result is buffered or unbuffered as an Integer (
MYSQLI_STORE_RESULTorMYSQLI_USE_RESULT, respectively).
Changelog
| Version | Description |
|---|---|
| 8.0.0 | mysqli_result implements IteratorAggregate now. Previously, Traversable was implemented instead. |
Mysqli-result