(No version information available, might only be in SVN)
mysqli_stmt::next_result -- mysqli_stmt_next_result — Reads the next result from a multiple query
Objektorientierter Stil (method):
Prozeduraler Stil:
$stmt
)Reads the next result from a multiple query.
stmt
Nur bei prozeduralem Aufruf: ein von mysqli_stmt_init() zurückgegebenes Statementobjekt.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.
Emits an E_STRICT
level error if a result set does
not exist, and suggests using mysqli_stmt::more_results()
in these cases, before calling mysqli_stmt::next_result().