The 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
mysqlnd_uh_set_connection_proxy
mysqli_real_async_query
20.7.8.7.33.
MysqlndUhConnection::refreshServer
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
MysqlndUhConnection::refreshServer
Flush or reset tables and caches
Description
public bool MysqlndUhConnection::refreshServer(
mysqlnd_connection connection,
int options);
Flush or reset tables and caches.
Parameters
connection
options
Return Values
Returns
TRUE
Examples
Example 20.368.
<?php
Mysqlnd user handler plugin (mysqlnd_uh)
Warning
This function is currently not documented; only its argument list is available.
Mysqlnd connection handle. Do not modify!
What to refresh.
on success. Otherwise, returns
MysqlndUhConnection::refreshServer
FALSE
example
2763
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers