PHP » GoLang |
login |
register |
about
|
GoLang mysqli_stmt::next_result
request it (335)
GoLang replacement for PHP's mysqli_stmt::next_result
[edit | history]
mysqli_stmt::next_resultmysqli_stmt_next_result(PHP 5 >= 5.3.0, PHP 7) mysqli_stmt::next_result -- mysqli_stmt_next_result — Reads 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. Return Values
Returns Errors/Exceptions
Emits an MySQL Native Driver OnlyAvailable only with mysqlnd. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|