PHP: mysqli_stmt::more_results - Manual (original) (raw)
mysqli_stmt_more_results
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Description
Object-oriented style
public mysqli_stmt::more_results(): bool
Procedural style:
Checks if there are more query results from a multiple query.
Note:
Available only with mysqlnd.
Return Values
Returns [true](reserved.constants.php#constant.true) if more results exist, otherwise [false](reserved.constants.php#constant.false).
See Also
- mysqli_stmt::next_result() - Reads the next result from a multiple query
- mysqli::multi_query() - Performs one or more queries on the database
Found A Problem?
There are no user contributed notes for this page.