Query: mysqli_more_results
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_MORE_RESULTS(3) 1 MYSQLI_MORE_RESULTS(3) mysqli::more_results - Check if there are any more query results from a multi query Object oriented styleSYNOPSISbool mysqli::more_results (void )DESCRIPTIONProcedural style bool mysqli_more_results (mysqli $link) Indicates if one or more result sets are available from a previous call to mysqli_multi_query(3).PARAMETERSo $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)RETURN VALUESReturns TRUE if one or more result sets are available from a previous call to mysqli_multi_query(3), otherwise FALSE.EXAMPLESSee mysqli_multi_query(3).SEE ALSOmysqli_multi_query(3), mysqli_next_result(3), mysqli_store_result(3), mysqli_use_result(3). PHP Documentation Group MYSQLI_MORE_RESULTS(3)