mysqli_stmt_more_results(3) php man page | unix.com

Man Page: mysqli_stmt_more_results

Operating Environment: php

Section: 3

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_error(3) - php
mysqli_stmt_get_result(3) - php
mysqli_stmt_affected_rows(3) - php
mysqli_stmt_errno(3) - php
mysqli_stmt_param_count(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update