Oracle 5.0 Reference Manual page 2810

Table of Contents

Advertisement

))
proxy::query returns true
See Also
mysqlnd_uh_set_statement_proxy
mysqlnd_uh.enable
20.7.8.9.3.
mysqlnd_uh_set_statement_proxy
Copyright 1997-2012 the PHP Documentation Group. [2230]
mysqlnd_uh_set_statement_proxy
Installs a proxy for mysqlnd statements
Description
bool mysqlnd_uh_set_statement_proxy(
MysqlndUhStatement statement_proxy);
Installs a proxy for mysqlnd statements. The proxy object will be used for all mysqlnd prepared
statement objects, regardless which PHP MySQL extension (mysqli, mysql, PDO_MYSQL) has created
them as long as the extension is compiled to use the
The function can be disabled with mysqlnd_uh.enable. If
the function will not install the proxy and always return
FALSE
of the type
E_WARNING
mysqlnd_uh_set_statement_proxy(): (Mysqlnd User Handler) The plugin has been
disabled by setting the configuration parameter mysqlnd_uh.enable = false.
The proxy has not been installed
Parameters
statement_proxy
Return Values
Returns
TRUE
See Also
mysqlnd_uh_set_connection_proxy
mysqlnd_uh.enable
20.7.8.10. Change History
Copyright 1997-2012 the PHP Documentation Group. [2230]
The Change History lists major changes users need to be aware if upgrading from one version to
another. It is a high level summary of selected changes that may impact applications or might even
break backwards compatibility. See also the
changelog information. The commit history is also available.
20.7.8.10.1. PECL/mysqlnd_uh 1.0 series
Copyright 1997-2012 the PHP Documentation Group. [2230]
1.0.1-alpha
Mysqlnd user handler plugin (mysqlnd_uh)
may be emitted. The error message may read like
The mysqlnd statement proxy object of type
MysqlndUhStatement
on success. Otherwise, returns
mysqlnd
library.
mysqlnd_uh.enable
TRUE
[...].
FALSE
file contained in the source for additional
CHANGES
2790
is set to
. Additionally, an error
PHP Warning:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents