検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 201 for Config (0.052 sec.)
直近のエラー情報を消す 4743
« Yaf_Application::bootstrap Yaf_Application::__construct » PHP Manual Yaf_Application 直近のエラ ... Yaf_Application :: app ()-> getLastErrorNo ()); } $config = array( "application" => array( "directory" => "/ ... して扱います ), ), ); $app = new Yaf_Application ( $config ); $app -> getDispatcher ()-> setErrorHandler ( "e ...
https://man.plustar.jp/php/yaf-application.clearlasterror.html - [similar]
定義済みのモジュール名を取得する 4743
« Yaf_Application::getLastErrorNo Yaf_Application::run » PHP Manual Yaf_Application 定義済みのモ ... 値 例 例1 Yaf_Application::getModules() の例 <?php $config = array( "application" => array( "directory" => re ... plication */ $application = new Yaf_Application ( $config ); print_r ( $application -> getModules ()); ?> 上 ...
https://man.plustar.jp/php/yaf-application.getmodules.html - [similar]
その他の変更 4722
« 削除された拡張モジュール Windows のサポート » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 その ... トを指定するための新しいINIディレクティブです。 pkg-config への移行 たくさんの拡張機能が、ライブラリへの依存性 ... を検知するために、明示的に pkg-config に移行しました。一般的には、このことは 以前 --with ... なるということです。 カスタムライブラリのパスは PKG_CONFIG_PATH にディレクトリを追加するか、明示的に FOO_CFLA ... れません。 FPM: --with-fpm-systemd オプションは、pkg-config が libsystem をチェックする用途だけに使われるように ...
https://man.plustar.jp/php/migration74.other-changes.html - [similar]
コールバックを実行する 4722
« Yaf_Application::environ Yaf_Application::getAppDirectory » PHP Manual Yaf_Application コールバ ... () の例 <?php function main ( $argc , $argv ) { } $config = array( "application" => array( "directory" => re ... plication */ $application = new Yaf_Application ( $config ); $application -> execute ( "main" , $argc , $arg ...
https://man.plustar.jp/php/yaf-application.execute.html - [similar]
直近で発生したエラーのメッセージを取得する 4700
« Yaf_Application::getDispatcher Yaf_Application::getLastErrorNo » PHP Manual Yaf_Application 直 ... af_Application :: app ()-> getLastErrorMsg ()); } $config = array( "application" => array( "directory" => "/ ... ラーにします ), ), ); $app = new Yaf_Application ( $config ); $app -> getDispatcher ()-> setErrorHandler ( "e ...
https://man.plustar.jp/php/yaf-application.getlasterrormsg.html - [similar]
直近で発生したエラーのコードを取得する 4700
« Yaf_Application::getLastErrorMsg Yaf_Application::getModules » PHP Manual Yaf_Application 直近 ... astErrorNo () == YAF_ERR_NOTFOUND_CONTROLLER ); } $config = array( "application" => array( "directory" => "/ ... ラーにします ), ), ); $app = new Yaf_Application ( $config ); $app -> getDispatcher ()-> setErrorHandler ( "e ...
https://man.plustar.jp/php/yaf-application.getlasterrorno.html - [similar]
Yaf_Route_Regex のコンストラクタ 4700
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... egex route to Yaf_Router route stack by calling addconfig */ $config = array( "name" => array( "type" => "re ... f_Dispatcher :: getInstance ()-> getRouter ()-> addConfig ( new Yaf_Config_Simple ( $config )); ?> 参考 Yaf_ ... - 新しいルートをルーターに追加する Yaf_Router::addConfig() - 設定で定義したルートをルーターに追加する Yaf_R ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
Yaf_Bootstrap_Abstract クラス 4668
« Yaf_Application::setAppDirectory Yaf_Dispatcher » PHP Manual Yaf Yaf_Bootstrap_Abstract クラス ... ends Yaf_Bootstrap_Abstract { public function _initConfig ( Yaf_Dispatcher $dispatcher ) { var_dump ( __METH ... cher $dispatcher ) { var_dump ( __METHOD__ ); } } $config = array( "application" => array( "directory" => di ... pplication/" , ), ); $app = new Yaf_Application ( $config ); $app -> bootstrap (); ?> 上の例の出力は、 たとえ ... ば以下のようになります。 string(22) "Bootstrap::_initConfig" string(22) "Bootstrap::_initPlugin" クラス概要 ab ...
https://man.plustar.jp/php/class.yaf-bootstrap-abstract.html - [similar]
設定ファイル 4668
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... の場合) 、もしくはコンパイル時のオプション --with-config-file-path php-SAPI.ini (ここで SAPI は使用する SAP ... 定できます。 これは、コンパイル時のオプション --with-config-file-scan-dir で設定します。 このスキャンディレクト ... 字列が指定された場合は、 PHP のコンパイル時に --with-config-file-scan-dir で指定されたディレクトリもスキャンし ... きで PHP を実行します。 PHP のコンパイル時に --with-config-file-scan-dir=/etc/php.d を指定しており、パス区切り ...
https://man.plustar.jp/php/configuration.file.html - [similar]
定義済み定数 4668
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 ... RAM_SSL_SERVER_CERT_INFO ( string ) SVN_AUTH_PARAM_CONFIG ( string ) SVN_AUTH_PARAM_SERVER_GROUP ( string ) ... SVN_AUTH_PARAM_CONFIG_DIR ( string ) PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIF ... るカスタムプロパティ。 ファイルシステムの定数 SVN_FS_CONFIG_FS_TYPE ( string ) ファイルシステムの形式を決める設 ...
https://man.plustar.jp/php/svn.constants.html - [similar]