(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
Styl obiektowy (method):
Styl proceduralny:
$stmt
)Reads the next result from a multiple query.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.
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().