Query: mysqli_stmt_more_results
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)