mysqli_next_result(3) php man page | unix.com

Man Page: mysqli_next_result

Operating Environment: php

Section: 3

MYSQLI_NEXT_RESULT(3)							 1						     MYSQLI_NEXT_RESULT(3)

mysqli::next_result - Prepare next result from multi_query

       Object oriented style

SYNOPSIS
bool mysqli::next_result (void )
DESCRIPTION
Procedural style bool mysqli_next_result (mysqli $link) Prepares next result set from a previous call to mysqli_multi_query(3) which can be retrieved by mysqli_store_result(3) or mysqli_use_result(3).
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
See mysqli_multi_query(3).
SEE ALSO
mysqli_multi_query(3), mysqli_more_results(3), mysqli_store_result(3), mysqli_use_result(3). PHP Documentation Group MYSQLI_NEXT_RESULT(3)
Related Man Pages
mysqli_use_result(3) - php
mysqli_real_query(3) - php
mysqli_autocommit(3) - php
mysqli_num_rows(3) - php
mysqli_store_result(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update