mysqli_stmt::next_result
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Reads the next result from a multiple query
Description
Oop
mysqli_stmt::next_result(): bool
Procedural:
mysqli_stmt_next_result(mysqli_stmt $statement): bool
Reads the next result from a multiple query.
Note
Prior to PHP 8.1.0, available only with mysqlnd.
Parameters
Return Values
Success
Errors/Exceptions Conditionalexception
Changelog
| Version | Description |
|---|---|
| 8.1.0 | Now also available when linking against libmysqlclient. |
See Also
mysqli_stmt::more_resultsmysqli::multi_query