| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
mysqlnd_uh_set_statement_proxy(PECL mysqlnd-uh >= 1.0.0-alpha) mysqlnd_uh_set_statement_proxy — Installs a proxy for mysqlnd statements 설명
   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  인수
 반환값
   Returns   |