検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 39 for bootstrap (0.014 sec.)
使われているルート名を取得する 7721
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... 例 例1 ブートストラップでのルートの登録 <?php class Bootstrap extends Yaf_Bootstrap_Abstract { public function _ ... ummyPlugin の出力 */ string(8) "_default" 参考 Yaf_Bootstrap_Abstract Yaf_Plugin_Abstract Yaf_Router::addRoute( ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
アプリケーションのインスタンスを取得する 7627
« Yaf_Application Yaf_Application::bootstrap » PHP Manual Yaf_Application アプリケーションのイン ... アプリケーション , app , Dispatcher , パラメータ , bootstrap , public , staticYaf ...
https://man.plustar.jp/php/yaf-application.app.html - [similar]
直近のエラー情報を消す 7580
« Yaf_Application::bootstrap Yaf_Application::__construct » PHP Manual Yaf_Application 直近のエラ ... 直近 , エラー , 情報 , clearLastError , パラメータ , bootstrap , construct , public , 関数 ...
https://man.plustar.jp/php/yaf-application.clearlasterror.html - [similar]
The parallel\Runtime class 7486
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... ts a single PHP thread, the thread is created (and bootstrapped) upon construction. The thread then waits for t ... were scheduled, and block while doing so. Runtime Bootstrapping When a new runtime is created, it does not sha ... ame code, it is enough to set an autoloader as the bootstrap. 注意 : preloading may be used in conjunction with ... , in this case preloaded code is available without bootstrapping クラス概要 final class parallel\Runtime { /* C ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
はじめに 7345
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... A parallel\Runtime is configured with an optional bootstrap file passed to parallel\Runtime::__construct() , t ... autoloader, or some other preloading routine: The bootstrap file will be included before any task is executed. ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
phar アーカイブのメタデータを返す 7345
« Phar::getAlias Phar::getModified » PHP Manual Phar phar アーカイブのメタデータを返す Phar::get ... '<?php echo "hello";' ; $p -> setMetadata (array( 'bootstrap' => 'file.php' )); var_dump ( $p -> getMetadata () ... ; } ?> 上の例の出力は以下となります。 array(1) { ["bootstrap"]=> string(8) "file.php" } 参考 Phar::setMetadata( ...
https://man.plustar.jp/php/phar.getmetadata.html - [similar]
Yaf_Application のコンストラクタ 7298
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... _PATH . '/conf/application.ini' ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のよう ... = new Yaf_Application ( $config ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
設定で定義したルートをルーターに追加する 7298
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... 例2 Yaf_Dispatcher::autoConfig() の例 <?php class Bootstrap extends Yaf_Bootstrap_Abstract { public function _ ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
新しいルートをルーターに追加する 7298
« Yaf_Router::addConfig Yaf_Router::__construct » PHP Manual Yaf_Router 新しいルートをルーターに ... 例1 Yaf_Dispatcher::autoRender() の例 <?php class Bootstrap extends Yaf_Bootstrap_Abstract { public function _ ...
https://man.plustar.jp/php/yaf-router.addroute.html - [similar]
アプリケーションの設定 7298
« 例 Yaf_Application » PHP Manual Yaf アプリケーションの設定 アプリケーションの設定 設定内容を記 ... rary" application.library.namespace "" application.bootstrap application.directory . "/Bootstrap" . application ... ィックス。 Yaf 2.1.6 で導入されました。 application.bootstrap string ブートストラップクラスのスクリプトへの絶対パ ...
https://man.plustar.jp/php/yaf.appconfig.html - [similar]
PREV 1 2 3 4 NEXT