php man page for mysqli_stmt_more_results

Query: mysqli_stmt_more_results

OS: php

Section: 3

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

MYSQLI_STMT_MORE_RESULTS(3)						 1					       MYSQLI_STMT_MORE_RESULTS(3)

mysqli_stmt::more_results - Check if there are more query results from a multiple query

       Object oriented style (method):

SYNOPSIS
public bool mysqli_stmt::more_results (void )
DESCRIPTION
Procedural style: bool mysqli_stmt_more_results (mysql_stmt $stmt) Checks if there are more query results from a multiple query.
PARAMETERS
o $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).
RETURN VALUES
Returns TRUE if more results exist, otherwise FALSE.
SEE ALSO
mysqli_stmt::next_result, mysqli::multi_query. PHP Documentation Group MYSQLI_STMT_MORE_RESULTS(3)
Related Man Pages
mysqli_stmt_affected_rows(3) - php
mysqli_stmt_errno(3) - php
mysqli_stmt_data_seek(3) - php
mysqli_stmt_num_rows(3) - php
mysqli_stmt_param_count(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch