検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 201 for Config (0.028 sec.)
ユーザーの単語リストに単語を追加する 6074
« Pspell 関数 pspell_add_to_session » PHP Manual Pspell 関数 ユーザーの単語リストに単語を追加する ... します。ディレクトリをオープンするために pspell_new_config() を pspell_config_personal() とともに使用した場合 ... した。 例 例1 pspell_add_to_personal() <?php $pspell_config = pspell_config_create ( "en" ); pspell_config_per ... sonal ( $pspell_config , "/var/dictionaries/custom.pws" ); $pspell = pspe ... ll_new_config ( $pspell_config ); pspell_add_to_personal ( $pspe ...
https://man.plustar.jp/php/function.pspell-add-to-personal.html - [similar]
現在のセッションをクリアする 5935
« pspell_check pspell_config_create » PHP Manual Pspell 関数 現在のセッションをクリアする pspell ... 例 例1 pspell_add_to_personal() の例 <?php $pspell_config = pspell_config_create ( "en" ); pspell_config_per ... sonal ( $pspell_config , "/var/dictionaries/custom.pws" ); $pspell = pspe ... ll_new_config ( $pspell_config ); pspell_add_to_personal ( $pspe ...
https://man.plustar.jp/php/function.pspell-clear-session.html - [similar]
定義済み定数 5935
« リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... COMMS ( int ) VARNISH_STATUS_CLOSE ( int ) VARNISH_CONFIG_IDENT ( string ) VARNISH_CONFIG_HOST ( string ) VA ... RNISH_CONFIG_PORT ( string ) VARNISH_CONFIG_TIMEOUT ( string ) ... VARNISH_CONFIG_SECRET ( string ) VARNISH_CONFIG_COMPAT ( string ) ...
https://man.plustar.jp/php/varnish.constants.html - [similar]
指定した設定ファイルをライブラリに読み込ませる 5774
« radius_close radius_create_request » PHP Manual Radius 関数 指定した設定ファイルをライブラリに ... 読み込ませる radius_config (PECL radius >= 1.1.0) radius_config — 指定した設定 ... ファイルをライブラリに読み込ませる 説明 radius_config ( resource $radius_handle , string $file ): bool R ... す。ライブラリを設定するいちばん簡単な方法は radius_config() をコールすることです。 radius_config() は、ライブ ... dle file 設定ファイルへのパスを、引数として radius_config() に渡します。 radius_add_server() をコールすること ...
https://man.plustar.jp/php/function.radius-config.html - [similar]
設定で定義したルートをルーターに追加する 5677
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... る Yaf_Router::addConfig (Yaf >=1.0.0) Yaf_Router::addConfig — 設定で定義し ... ートをルーターに追加する 説明 public Yaf_Router::addConfig ( Yaf_Config_Abstract $config ): bool 設定で定義し ... ータ この関数にはパラメータはありません。 戻り値 Yaf_Config_Abstract のインスタンスを返します。 ここには有効な ... route_namer.delimiter="#!" 例2 Yaf_Dispatcher::autoConfig() の例 <?php class Bootstrap extends Yaf_Bootstrap ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
Windows 上での PHP の手動インストール 5580
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Wi ... HP handlers %windir%\system32\inetsrv\appcmd clear config /section:system.webServer/fastCGI REM The followin ... n be ignored. %windir%\system32\inetsrv\appcmd set config /section:system.webServer/handlers /-[name='PHP_vi ... e PHP handler %windir%\system32\inetsrv\appcmd set config /section:system.webServer/fastCGI /+[fullPath='%ph ... php-cgi.exe'] %windir%\system32\inetsrv\appcmd set config /section:system.webServer/handlers /+[name='PHP_vi ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
インストール手順 5580
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 libxml 拡張モ ... 。 指定しなければ、デフォルトの場所のみを探します。 configure の際に libxml (具体的には xml2-config ) を探す順 ... bxml-dir で指定した ([DIR]) 場所 ([DIR]= /bin/xml2-config ) /usr/local/bin/xml2-config /usr/bin/xml2-config ... 時に --with-libxml-dir で指定したディレクトリで xml2-config が見つからない場合は、デフォルトの場所を探します。 ... ストール , 手順 , libxml , 場所 , bin , usr , 設定 , configure , local , 順序 ...
https://man.plustar.jp/php/libxml.installation.html - [similar]
Vtiful\Kernel\Excel constructor 5580
« Vtiful\Kernel\Excel::constMemory Vtiful\Kernel\Excel::data » PHP Manual Vtiful\Kernel\Excel Vt ... 明 public Vtiful\Kernel\Excel::__construct ( array $config ) Vtiful\Kernel\Excel constructor, create a class ... object. パラメータ config XLSX file export configuration 例 例1 example <?ph ... p $config = [ 'path' => '/home/viest' ]; $excelObject = new ... \ Vtiful \ Kernel \ Excel ( $config ); ?> 関連キーワード: Vtiful , Kernel , constructo ...
https://man.plustar.jp/php/vtiful-kernel-excel.construct.html - [similar]
文字列にストアされたドキュメントをパースする 5527
« tidy::parseFile tidy::repairFile » PHP Manual tidy 文字列にストアされたドキュメントをパースする ... seString ( string $string , array | string | null $config = null , ? string $encoding = null ): bool 手続き型 ... e_string ( string $string , array | string | null $config = null , ? string $encoding = null ): tidy | false ... パースします。 パラメータ string パースするデータ。 config config には配列あるいは文字列を渡します。 文字列を ... false を返します。 変更履歴 バージョン 説明 8.0.0 config と encoding は、nullable になりました。 例 例1 tid ...
https://man.plustar.jp/php/tidy.parsestring.html - [similar]
現在の Tidy の設定を取得する 5505
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getConfig ... nfig tidy_get_config (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.7.0) tidy::ge ... tConfig -- tidy_get_config — 現在の Tidy の設定を取得する ... 説明 オブジェクト指向型 public tidy::getConfig (): array 手続き型 tidy_get_config ( tidy $tidy ): ... /#quick-reference を参照ください。 例 例1 tidy::getConfig() の例 <?php $html = '<p>test</p>' ; $config = arr ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT