| mysqlnd_uh_set_statement_proxyInstalls 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 mysqlnd library. 
   The function can be disabled with
   mysqlnd_uh.enable.
   If mysqlnd_uh.enable
   is set to  Parameters
 Return Values
   Returns  |