mysqli_stmt::more_results

(PHP 5 >= 5.3.0, PHP 7)
Check if there are more query results from a multiple query
public bool mysqli_stmt::more_results ( void )

Object oriented style (method):

Procedural style:

bool mysqli_stmt_more_results ( mysql_stmt $stmt )

Checks if there are more query results from a multiple query.

Parameters:
stmt

Procedural style only: A statement identifier returned by mysqli_stmt_init().

Returns:

Returns TRUE if more results exist, otherwise FALSE.

See also:

mysqli_stmt::next_result() -

mysqli::multi_query() -

doc_php
2016-02-24 16:19:13
Comments
Leave a Comment

Please login to continue.