Results of 1 - 10 of about 30 for Plugin (0.016 sec.)
- The routerShutdown purpose 10803
- « Yaf_Plugin_Abstract::preResponse Yaf_Plugin_Abstract::routerStartup » PHP Manual Yaf_Plugin_Ab
...
stract The routerShutdown purpose Yaf_Plugin_Abstract::routerShutdown (Yaf >=1.0.0) Yaf_Plugin_ ...
tdown — The routerShutdown purpose 説明 public Yaf_Plugin_Abstract::routerShutdown ( Yaf_Request_Abstract $r ...
ます。 パラメータ request response 戻り値 例 例1 Yaf_Plugin_Abstract::routerShutdown() の例 <?php class UserIn ...
itPlugin extends Yaf_Plugin_Abstract { public function rout ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.routershutdown.html
- [similar]
- The dispatchLoopShutdown purpose 10706
- « Yaf_Plugin_Abstract Yaf_Plugin_Abstract::dispatchLoopStartup » PHP Manual Yaf_Plugin_Abstract
...
The dispatchLoopShutdown purpose Yaf_Plugin_Abstract::dispatchLoopShutdown (Yaf >=1.0.0) Yaf_P ...
— The dispatchLoopShutdown purpose 説明 public Yaf_Plugin_Abstract::dispatchLoopShutdown ( Yaf_Request_Abstr ...
います。 パラメータ request response 戻り値 参考 Yaf_Plugin_Abstract::routerStartup() - RouterStartup フック Y ...
af_Plugin_Abstract::routerShutdown() - The routerShutdown pu ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.dispatchloopshutdown.html
- [similar]
- mysqlndプラグインの開発をはじめよう 10673
- « mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの
...
MINIT 関数の基本構造を示します。 /* my_php_mysqlnd_plugin.c */ static PHP_MINIT_FUNCTION(mysqlnd_plugin) { / ...
entries, resources, classes */ /* register mysqlnd plugin */ mysqlnd_plugin_id = mysqlnd_plugin_register(); ...
_methods)); conn_m->query = MYSQLND_METHOD(mysqlnd_plugin_conn, query); conn_m->connect = MYSQLND_METHOD(mys ...
qlnd_plugin_conn, connect); } /* my_mysqlnd_plugin.c */ enum_f ...
-
https://man.plustar.jp/php/mysqlnd.plugin.developing.html
- [similar]
- RouterStartup フック 10608
- « Yaf_Plugin_Abstract::routerShutdown Yaf_Registry » PHP Manual Yaf_Plugin_Abstract RouterStartu
...
p フック Yaf_Plugin_Abstract::routerStartup (Yaf >=1.0.0) Yaf_Plugin_A ...
uterStartup — RouterStartup フック 説明 public Yaf_Plugin_Abstract::routerStartup ( Yaf_Request_Abstract $re ...
います。 パラメータ request response 戻り値 参考 Yaf_Plugin_Abstract::routerShutdown() - The routerShutdown pu ...
rpose Yaf_Plugin_Abstract::dispatchLoopStartup() - ディスパッチルー ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.routerstartup.html
- [similar]
- Yaf_Plugin_Abstract クラス 10381
- « Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plugin
...
in_Abstract クラス Yaf_Plugin_Abstract クラス (Yaf >=1.0.0) はじめに プラグインを ...
インを Yaf にロードするには Yaf_Dispatcher::registerPlugin() を使います。登録を済ませれば、このインターフェイ ...
ends Yaf_Bootstrap_Abstract { public function _initPlugin ( Yaf_Dispatcher $dispatcher ) { /* register a plu ...
gin */ $dispatcher -> registerPlugin (new TestPlugin ()); } } /* plugin class should be ...
-
https://man.plustar.jp/php/class.yaf-plugin-abstract.html
- [similar]
- mysqlnd のプラグインAPI 10105
- « MySQL Native Driverプラグイン のアーキテクチャ mysqlndプラグインの開発をはじめよう » PHP Manua
...
提供されている関数のリストを以下に示します: mysqlnd_plugin_register() mysqlnd_plugin_count() mysqlnd_plugin_g ...
et_plugin_connection_data() mysqlnd_plugin_get_plugin_result ...
_data() mysqlnd_plugin_get_plugin_stmt_data() mysqlnd_plugin_get_plugin_n ...
et_data() mysqlnd_plugin_get_plugin_protocol_data() mysqlnd_conn_get_method ...
-
https://man.plustar.jp/php/mysqlnd.plugin.api.html
- [similar]
- The postDispatch purpose 9780
- « Yaf_Plugin_Abstract::dispatchLoopStartup Yaf_Plugin_Abstract::preDispatch » PHP Manual Yaf_Plugin
...
gin_Abstract The postDispatch purpose Yaf_Plugin_Abstract::postDispatch (Yaf >=1.0.0) Yaf_Plugin_Ab ...
ispatch — The postDispatch purpose 説明 public Yaf_Plugin_Abstract::postDispatch ( Yaf_Request_Abstract $req ...
り値 関連キーワード: postDispatch , Yaf , purpose , Plugin , request , dispatchLoopStartup , preDispatch , pu ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.postdispatch.html
- [similar]
- The preDispatch purpose 9780
- « Yaf_Plugin_Abstract::postDispatch Yaf_Plugin_Abstract::preResponse » PHP Manual Yaf_Plugin_Abs
...
tract The preDispatch purpose Yaf_Plugin_Abstract::preDispatch (Yaf >=1.0.0) Yaf_Plugin_Abs ...
Dispatch — The preDispatch purpose 説明 public Yaf_Plugin_Abstract::preDispatch ( Yaf_Request_Abstract $requ ...
戻り値 関連キーワード: preDispatch , Yaf , purpose , Plugin , request , postDispatch , preResponse , public , ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.predispatch.html
- [similar]
- The preResponse purpose 9780
- « Yaf_Plugin_Abstract::preDispatch Yaf_Plugin_Abstract::routerShutdown » PHP Manual Yaf_Plugin_A
...
bstract The preResponse purpose Yaf_Plugin_Abstract::preResponse (Yaf >=1.0.0) Yaf_Plugin_Abs ...
Response — The preResponse purpose 説明 public Yaf_Plugin_Abstract::preResponse ( Yaf_Request_Abstract $requ ...
戻り値 関連キーワード: preResponse , Yaf , purpose , Plugin , request , preDispatch , routerShutdown , public ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.preresponse.html
- [similar]
- ディスパッチループの前にフックする 9747
- « Yaf_Plugin_Abstract::dispatchLoopShutdown Yaf_Plugin_Abstract::postDispatch » PHP Manual Yaf_Plugin
...
in_Abstract ディスパッチループの前にフックする Yaf_Plugin_Abstract::dispatchLoopStartup (Yaf >=1.0.0) Yaf_Pl ...
ディスパッチループの前にフックする 説明 public Yaf_Plugin_Abstract::dispatchLoopStartup ( Yaf_Request_Abstra ...
連キーワード: Yaf , ディスパッチ , ループ , フック , Plugin , dispatchLoopStartup , request , dispatchLoopShut ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.dispatchloopstartup.html
- [similar]