mysqli::more_results
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Check if there are any more query results from a multi query
Description
Oop
mysqli::more_results(): bool
Procedural
mysqli_more_results(mysqli $mysql): bool
Indicates if one or more result sets are available from a previous call to mysqli_multi_query().
Parameters
Return Values
Returns true if one or more result sets (including errors) are available from a previous call to mysqli_multi_query(), otherwise false.
Examples
See mysqli_multi_query().