(No version information available, might only be in SVN)
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.
stmt
Nur bei prozeduralem Aufruf: ein von mysqli_stmt_init() zurückgegebenes Statementobjekt.
Returns TRUE
if more results exist, otherwise FALSE
.