検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 201 for Config (0.015 sec.)
Yaf_Application のコンストラクタ 5484
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... 説明 public Yaf_Application::__construct ( mixed $config , string $envrion = ? ) Yaf_Application のインスタ ... ンスを作成します。 パラメータ config ini ファイルへのパス、あるいは設定の配列。 ini ファ ... ケーションの設定コンテナとして使うのなら、 yaf.cache_config でパフォーマンスを改善できます。 performance. 設定 ... application.directory=APPLICATION_PATH ;following configs have default value, you may no need to define the ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
tidy クラス 5409
« Tidy の例 tidy::body » PHP Manual Tidy tidy クラス tidy クラス (PHP 5, PHP 7, PHP 8, PECL tidy ... ? string $filename = null , array | string | null $config = null , ? string $encoding = null , bool $useIncl ... or_buffer ( tidy $tidy ): string | false public getConfig (): array public getHtmlVer (): int public getOpt ... seFile ( string $filename , array | string | null $config = null , ? string $encoding = null , bool $useIncl ... e_file ( string $filename , array | string | null $config = null , ? string $encoding = null , bool $useIncl ...
https://man.plustar.jp/php/class.tidy.html - [similar]
基本的な VarnishAdmin の使用法 5344
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な Varni ... す。 例1 URL を禁止する <?php $args = array( VARNISH_CONFIG_HOST => "::1" , VARNISH_CONFIG_PORT => 6082 , VARN ... ISH_CONFIG_SECRET => "5174826b-8595-4958-aa7a-0609632ad7ca" , ... VARNISH_CONFIG_TIMEOUT => 300 , ); $va = new VarnishAdmin ( $args ...
https://man.plustar.jp/php/varnish.example.admin.html - [similar]
例外のスローのオン/オフを切り替える 5344
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... 例 例1 Yaf_Dispatcher::throwexception() の例 <?php $config = array( 'application' => array( 'directory' => di ... ( __FILE__ ), ), ); $app = new Yaf_Application ( $config ); $app -> getDispatcher ()-> throwException ( tru ... " 例2 Yaf_Dispatcher::throwexception() の例 <?php $config = array( 'application' => array( 'directory' => di ... ( __FILE__ ), ), ); $app = new Yaf_Application ( $config ); $app -> getDispatcher ()-> throwException ( fal ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
Returns the value of the specified configuration setting 5194
« sqlsrv_free_stmt sqlsrv_get_field » PHP Manual SQLSRV 関数 Returns the value of the specified ... configuration setting sqlsrv_get_config (No version information available, might only be i ... n Git) sqlsrv_get_config — Returns the value of the specified configuration ... setting 説明 sqlsrv_get_config ( string $setting ): mixed Returns the value of th ... e specified configuration setting. パラメータ setting The name of the ...
https://man.plustar.jp/php/function.sqlsrv-get-config.html - [similar]
ファイルまたは URI にあるマークアップをパースする 5173
« tidy::isXml tidy::parseString » PHP Manual tidy ファイルまたは URI にあるマークアップをパースす ... seFile ( string $filename , array | string | null $config = null , ? string $encoding = null , bool $useIncl ... e_file ( string $filename , array | string | null $config = null , ? string $encoding = null , bool $useIncl ... 行してファイルに基づいたオブジェクトを初期化します。 config config には配列あるいは文字列を渡します。 文字列を ... false を返します。 変更履歴 バージョン 説明 8.0.0 config と encoding は、 nullable になりました。 例 例1 ti ...
https://man.plustar.jp/php/tidy.parsefile.html - [similar]
別途提供される設定ファイルを使用して文字列を修正する 5173
« tidy::repairFile tidy::root » PHP Manual tidy 別途提供される設定ファイルを使用して文字列を修正 ... irString ( string $string , array | string | null $config = null , ? string $encoding = null ): string | fal ... r_string ( string $string , array | string | null $config = null , ? string $encoding = null ): string | fal ... 列を修正します。 パラメータ string 修正するデータ。 config config には配列あるいは文字列を渡します。 文字列を ... airString() は、staticメソッドになりました。 8.0.0 config と encoding は、 nullable になりました。 8.0.0 この ...
https://man.plustar.jp/php/tidy.repairstring.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 5173
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... rite 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 )); ?> 上の例の出 ... a rewrite route use match result as m/c/a name */ $config = array( "name" => array( "type" => "rewrite" , "m ... f_Dispatcher :: getInstance ()-> getRouter ()-> addConfig ( new Yaf_Config_Simple ( $config )); ?> 上の例の出 ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
変更履歴 5076
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... バージョンでは、リソース を期待していました。 pspell_config_create PSpell\Config クラスのインスタンスを返すよう ... のバージョンでは、リソース を返していました。 pspell_config_data_dir 引数 config は、PSpell\Config クラスのイン ... バージョンでは、リソース を期待していました。 pspell_config_dict_dir 引数 config は、PSpell\Config クラスのイン ... バージョンでは、リソース を期待していました。 pspell_config_ignore 引数 config は、PSpell\Config クラスのインス ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
アトミックに値を取得するか、キャッシュエントリを生成する 5076
« apcu_enabled apcu_exists » PHP Manual APCu 関数 アトミックに値を取得するか、キャッシュエントリ ... された値を返します。 例 例1 apcu_entry() の例 <?php $config = apcu_entry ( "config" , function( $key ) { retur ... n [ "fruit" => apcu_entry ( "config.fruit" , function( $key ){ return [ "apples" , "pe ... ars" ]; }), "people" => apcu_entry ( "config.people" , function( $key ){ return [ "bob" , "joe" ... , "niki" ]; }) ]; }); var_dump ( $config ); ?> 上の例の出力は以下となります。 array(2) { [" ...
https://man.plustar.jp/php/function.apcu-entry.html - [similar]