(PHP 5)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Objektorientierter Stil (method):
Prozeduraler Stil:
$stmt
)Checks if there are more query results from a multiple query.
stmtNur bei prozeduralem Aufruf: ein von mysqli_stmt_init() zurückgegebenes Statementobjekt.
Returns TRUE if more results exist, otherwise FALSE.