mysqli_stmt::more_results
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Check if there are more query results from a multiple query
Description
Oop
mysqli_stmt::more_results(): bool
Procedural:
mysqli_stmt_more_results(mysqli_stmt $statement): bool
Checks if there are more query results from a multiple query.
Note
Mysqlnd
Parameters
Return Values
Returns true if more results exist, otherwise false.
See Also
mysqli_stmt::next_resultmysqli::multi_query