PHP » GoLang |
login |
register |
about
|
GoLang mysqli_stmt::more_results
request it (342)
GoLang replacement for PHP's mysqli_stmt::more_results
[edit | history]
mysqli_stmt::more_resultsmysqli_stmt_more_results(PHP 5 >= 5.3.0, PHP 7) mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query DescriptionObject oriented style (method):
public bool mysqli_stmt::more_results
( void
)
Procedural style:
bool mysqli_stmt_more_results
( mysql_stmt
$stmt
)Checks if there are more query results from a multiple query. Return Values
Returns MySQL Native Driver OnlyAvailable only with mysqlnd. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|