検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 304 for init (0.022 sec.)
指定されたバックエンドの辞書のパスを取得する 4112
« enchant_broker_free enchant_broker_get_error » PHP Manual Enchant 関数 指定されたバックエンドの ... パスを取得します。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 type 辞書の ...
https://man.plustar.jp/php/function.enchant-broker-get-dict-path.html - [similar]
指定されたバックエンドの辞書のパスを設定する 4112
« enchant_broker_request_pwl_dict enchant_broker_set_ordering » PHP Manual Enchant 関数 指定され ... パスを設定します。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 type 辞書の ...
https://man.plustar.jp/php/function.enchant-broker-set-dict-path.html - [similar]
単語リストに単語を追加する 4112
« enchant_dict_add_to_session enchant_dict_check » PHP Manual Enchant 関数 単語リストに単語を追加 ... gilisticexpialidocious' ; $broker = enchant_broker_init (); $dict = enchant_broker_request_pwl_dict ( $bro ...
https://man.plustar.jp/php/function.enchant-dict-add.html - [similar]
個々の辞書について説明する 4112
« enchant_dict_check enchant_dict_get_error » PHP Manual Enchant 関数 個々の辞書について説明する ... す。 <?php $tag = 'en_US' ; $broker = enchant_broker_init (); if ( enchant_broker_dict_exists ( $broker , $t ...
https://man.plustar.jp/php/function.enchant-dict-describe.html - [similar]
修正候補となる値の一覧を返す 4112
« enchant_dict_store_replacement EnchantBroker » PHP Manual Enchant 関数 修正候補となる値の一覧を ... () の例 <?php $tag = 'en_US' ; $r = enchant_broker_init (); if ( enchant_broker_dict_exists ( $r , $tag )) ...
https://man.plustar.jp/php/function.enchant-dict-suggest.html - [similar]
除算を行い、商と余りを得る 4112
« gmp_div_q gmp_div_r » PHP Manual GMP 関数 除算を行い、商と余りを得る gmp_div_qr (PHP 4 >= 4.0. ... 算の余り) です。 例 例1 GMP 数の割算 <?php $a = gmp_init ( "0x41682179fbf5" ); $res = gmp_div_qr ( $a , "0x ...
https://man.plustar.jp/php/function.gmp-div-qr.html - [similar]
バイナリ文字列からインポートする 4112
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
次の正規表現検索を開始する位置を設定する 4112
« mb_ereg_search_regs mb_ereg_search » PHP Manual マルチバイト文字列 関数 次の正規表現検索を開始 ... エンコーディングを取得または設定する mb_ereg_search_init() - マルチバイト正規表現検索用の文字列と正規表現を ...
https://man.plustar.jp/php/function.mb-ereg-search-setpos.html - [similar]
gz ファイルを出力する 4112
« inflate_init zlib_decode » PHP Manual Zlib 関数 gz ファイルを出力する readgzfile (PHP 4, PHP 5 ...
https://man.plustar.jp/php/function.readgzfile.html - [similar]
テキストへの署名 4112
« 例 GnuPG 関数 » PHP Manual 例 テキストへの署名 テキストへの署名 この例は、指定したテキストに署 ... 手続き型) <?php // gnupg を初期化します $res = gnupg_init (); // 必須ではありません。Clearsign はデフォルト値 ...
https://man.plustar.jp/php/gnupg.examples-clearsign.html - [similar]