Oracle 5.0 Reference Manual page 2783

Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents