PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::reapQuery
request it (529)
GoLang replacement for PHP's MysqlndUhConnection::reapQuery
[edit | history]
PHP MysqlndUhConnection::reapQueryPHP original manual for MysqlndUhConnection::reapQuery [ show | php.net ]MysqlndUhConnection::reapQuery(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::reapQuery — Get result from async query Description
public bool MysqlndUhConnection::reapQuery
( mysqlnd_connection
$connection
)Get result from async query. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::reapQuery() example
<?phpThe above example will output:
proxy::reapQuery(array (
0 => NULL,
))
proxy::reapQuery returns true
array(1) {
["one dot one"]=>
string(3) "1.1"
}
proxy::reapQuery(array (
0 => NULL,
))
proxy::reapQuery returns true
array(2) {
["one"]=>
string(1) "1"
["_sleep"]=>
string(1) "0"
}
See Also
|
more
Most requested
more
Last requests
|