mysqli_stmt::more_results
mysqli_stmt_more_results
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Description
Object-oriented style
Procedural style:
Checks if there are more query results from a multiple query.
Note:
Available only with mysqlnd.
Return Values
Returns true
if more results exist, otherwise false
.
See Also
- mysqli_stmt::next_result() - Reads the next result from a multiple query
- mysqli::multi_query() - Performs one or more queries on the database