(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
Object oriented style (method):
Procedural style:
$stmt
)Reads the next result from a multiple query.
Returns TRUE
on success or FALSE
on failure.
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().