Man Page: mysqli_stmt_more_results
Operating Environment: php
Section: 3
MYSQLI_STMT_MORE_RESULTS(3) 1 MYSQLI_STMT_MORE_RESULTS(3) mysqli_stmt::more_results - Check if there are more query results from a multiple query Object oriented style (method):SYNOPSISpublic bool mysqli_stmt::more_results (void )DESCRIPTIONProcedural style: bool mysqli_stmt_more_results (mysql_stmt $stmt) Checks if there are more query results from a multiple query.PARAMETERSo $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).RETURN VALUESReturns TRUE if more results exist, otherwise FALSE.SEE ALSOmysqli_stmt::next_result, mysqli::multi_query. PHP Documentation Group MYSQLI_STMT_MORE_RESULTS(3)