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_fetch(3) - php
mysqli_stmt_bind_result(3) - php
mysqli_stmt_store_result(3) - php
mysqli_stmt_error_list(3) - php
mysqli_stmt.bind_result(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Status of UNIX.COM Forum Transformation