Query: mysqli_stmt_next_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_STMT_NEXT_RESULT(3) 1 MYSQLI_STMT_NEXT_RESULT(3) mysqli_stmt::next_result - Reads the next result from a multiple query Object oriented style (method):SYNOPSISpublic bool mysqli_stmt::next_result (void )DESCRIPTIONProcedural style: bool mysqli_stmt_next_result (mysql_stmt $stmt) Reads the next result from a multiple query.PARAMETERSo $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).RETURN VALUESReturns TRUE on success or FALSE on failure.ERRORS/EXCEPTIONS Emits an E_STRICT level error if a result set does not exist, and suggests using mysqli_stmt::more_results in these cases, before calling mysqli_stmt::next_result.MYSQL NATIVE DRIVER ONLYAvailable only with mysqlnd.SEE ALSOmysqli_stmt::more_results, mysqli::multi_query. PHP Documentation Group MYSQLI_STMT_NEXT_RESULT(3)