|
mysqli_stmt::next_resultmysqli_stmt_next_resultReads the next result from a multiple query DescriptionObject oriented style (method):
public bool mysqli_stmt::next_result
( void
)
Procedural style:
bool mysqli_stmt_next_result
( mysql_stmt
$stmt
)Reads the next result from a multiple query. Parameters
Return Values
Returns Errors/Exceptions
Emits an MySQL Native Driver OnlyAvailable only with mysqlnd. See Also
|