Check if there are any more query results from a multi query (original) (raw)
mysqli::more_results
mysqli_more_results
(PHP 5, PHP 7)
mysqli::more_results -- mysqli_more_results — Check if there are any more query results from a multi query
Description
Object oriented style
public mysqli::more_results ( void ) : bool
mysqli_more_results ( mysqli $link
) : bool
Return Values
Returns TRUE
if one or more result sets (including errors) are available from a previous call tomysqli_multi_query(), otherwise FALSE
.
See Also
- mysqli_multi_query() - Performs a query on the database
- mysqli_next_result() - Prepare next result from multi_query
- mysqli_store_result() - Transfers a result set from the last query
- mysqli_use_result() - Initiate a result set retrieval