php man page for mysqli_more_results

Query: mysqli_more_results

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MYSQLI_MORE_RESULTS(3)							 1						    MYSQLI_MORE_RESULTS(3)

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

       Object oriented style

SYNOPSIS
bool mysqli::more_results (void )
DESCRIPTION
Procedural style bool mysqli_more_results (mysqli $link) Indicates if one or more result sets are available from a previous call to mysqli_multi_query(3).
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)
RETURN VALUES
Returns TRUE if one or more result sets are available from a previous call to mysqli_multi_query(3), otherwise FALSE.
EXAMPLES
See mysqli_multi_query(3).
SEE ALSO
mysqli_multi_query(3), mysqli_next_result(3), mysqli_store_result(3), mysqli_use_result(3). PHP Documentation Group MYSQLI_MORE_RESULTS(3)
Related Man Pages
mysqli_error(3) - php
mysqli_commit(3) - php
mysqli_error_list(3) - php
mysqli_field_count(3) - php
mysqli_ping(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update