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