(PHP 5 >= 5.3.0)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Stile orientato agli oggetti (method):
Stile procedurale:
$stmt
)Checks if there are more query results from a multiple query.
stmt
Solo nello stile procedurale: un identificatore di statement restituito da mysqli_stmt_init().
Returns TRUE
if more results exist, otherwise FALSE
.
Disponibile solo con mysqlnd.