PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

mysqlnd_uh_set_statement_proxy - Installs a proxy for mysqlnd statements | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

mysqlnd_uh_set_statement_proxy

(PECL mysqlnd-uh >= 1.0.0-alpha)

mysqlnd_uh_set_statement_proxyInstalls 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 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 [...].

パラメータ

statement_proxy

The mysqlnd statement proxy object of type MysqlndUhStatement

返り値

Returns TRUE on success. Otherwise, returns FALSE

参考


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「mysqlnd_uh_set_statement_proxy - Installs a proxy for mysqlnd statements」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | mysqlnd_uh_set_statement_proxy - Installs a proxy for mysqlnd statements」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: