php man page for mysqlnd_uh_set_statement_proxy

Query: mysqlnd_uh_set_statement_proxy

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MYSQLND_UH_SET_STATEMENT_PROXY(3)					 1					 MYSQLND_UH_SET_STATEMENT_PROXY(3)

mysqlnd_uh_set_statement_proxy - Installs a proxy for mysqlnd statements

SYNOPSIS
bool mysqlnd_uh_set_statement_proxy (MysqlndUhStatement &$statement_proxy)
DESCRIPTION
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 mysqlnd library. The function can be disabled with mysqlnd_uh.enable. If mysqlnd_uh.enable is set to FALSE the function will not install the proxy and always return TRUE. Additionally, an error of the type E_WARNING may be emitted. The error message may read like PHP 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
o $statement_proxy - The mysqlnd statement proxy object of type MysqlndUhStatement
RETURN VALUES
Returns TRUE on success. Otherwise, returns FALSE
SEE ALSO
mysqlnd_uh_set_connection_proxy(3), mysqlnd_uh.enable. PHP Documentation Group MYSQLND_UH_SET_STATEMENT_PROXY(3)
Related Man Pages
mysqlnd_uh_set_statement_proxy(3) - php
gupnp_service_proxy_action_set(3) - php
mysqli_options(3) - php
mysqli_query(3) - php
mysqlnd_uh_convert_to_mysqlnd(3) - php
Similar Topics in the Unix Linux Community
Rex 1.0 (Default branch)
Developing MySQL Database Applications With PHP Part 1: Using the MySQL Improved Exte
Compiling php 5.3.3 on HP-UX 11.23
To enable proxy for a specific URL
Connecting via proxy chain to Upstream proxy