(PHP 5 >= 5.3.0, PHP 7)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Stil obiect-orientat (method):
Stil procedural:
$stmt
)Checks if there are more query results from a multiple query.
stmt
Numai stilul procedural: Un identificator al declarației întors de mysqli_stmt_init().
Returns TRUE
if more results exist, otherwise FALSE
.
Disponibil numai cu mysqlnd.