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

Found A Problem?

There are no user contributed notes for this page.