mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Object-oriented style
Procedural style:
Checks if there are more query results from a multiple query.
Note:
Available only with mysqlnd.
Returns true
if more results exist, otherwise false
.