php man page for mysqli_stmt_next_result

Query: mysqli_stmt_next_result

OS: php

Section: 3

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

MYSQLI_STMT_NEXT_RESULT(3)						 1						MYSQLI_STMT_NEXT_RESULT(3)

mysqli_stmt::next_result - Reads the next result from a multiple query

       Object oriented style (method):

SYNOPSIS
public bool mysqli_stmt::next_result (void )
DESCRIPTION
Procedural style: bool mysqli_stmt_next_result (mysql_stmt $stmt) Reads the next result from a multiple query.
PARAMETERS
o $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
ERRORS
/EXCEPTIONS Emits an E_STRICT level error if a result set does not exist, and suggests using mysqli_stmt::more_results in these cases, before calling mysqli_stmt::next_result.
MYSQL NATIVE DRIVER ONLY
Available only with mysqlnd.
SEE ALSO
mysqli_stmt::more_results, mysqli::multi_query. PHP Documentation Group MYSQLI_STMT_NEXT_RESULT(3)
Related Man Pages
mysqli_stmt_bind_result(3) - php
mysqli_next_result(3) - php
mysqli_stmt(3) - php
mysqli_stmt_data_seek(3) - php
mysqli_stmt_error_list(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun