PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::moreResults
request it (540)
GoLang replacement for PHP's MysqlndUhConnection::moreResults
[edit | history]
PHP MysqlndUhConnection::moreResultsPHP original manual for MysqlndUhConnection::moreResults [ show | php.net ]MysqlndUhConnection::moreResults(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::moreResults — Check if there are any more query results from a multi query Description
public bool MysqlndUhConnection::moreResults
( mysqlnd_connection
$connection
)Check if there are any more query results from a multi query. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::moreResults() example
<?phpThe above example will output:
array(1) {
["_one"]=>
string(1) "1"
}
----------------------------------------
proxy::moreResults(array (
0 => NULL,
))
proxy::moreResults returns true
proxy::moreResults(array (
0 => NULL,
))
proxy::moreResults returns true
array(1) {
["_two"]=>
string(1) "2"
}
----------------------------------------
proxy::moreResults(array (
0 => NULL,
))
proxy::moreResults returns false
See Also
|
more
Most requested
more
Last requests
|