Check if there are any more query results from a multi query (original) (raw)

mysqli::more_results

mysqli_more_results

(PHP 5, PHP 7)

mysqli::more_results -- mysqli_more_results — Check if there are any more query results from a multi query

Description

Object oriented style

public mysqli::more_results ( void ) : bool

mysqli_more_results ( mysqli $link ) : bool

Return Values

Returns TRUE if one or more result sets (including errors) are available from a previous call tomysqli_multi_query(), otherwise FALSE.

See Also