検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for broker (0.020 sec.)
タグを使用して新しい辞書を作成する 10458
« enchant_broker_list_dicts enchant_broker_request_pwl_dict » PHP Manual Enchant 関数 タグを使用 ... して新しい辞書を作成する enchant_broker_request_dict (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL e ... nchant >= 0.1.0 ) enchant_broker_request_dict — タグを使用して新しい辞書を作成する ... 説明 enchant_broker_request_dict ( EnchantBroker $broker , string $tag ... 書を指定します ("en_US"、"de_DE"、...)。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-request-dict.html - [similar]
辞書が存在するかどうかを調べる。空でないタグを使用する 10167
« enchant_broker_describe enchant_broker_free_dict » PHP Manual Enchant 関数 辞書が存在するかどう ... かを調べる。空でないタグを使用する enchant_broker_dict_exists (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL en ... chant >= 0.1.0 ) enchant_broker_dict_exists — 辞書が存在するかどうかを調べる。空で ... ないタグを使用する 説明 enchant_broker_dict_exists ( EnchantBroker $broker , string $tag ... かを調べます。空でないタグを使用します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-dict-exists.html - [similar]
Enchant 関数 10013
« 例 enchant_broker_describe » PHP Manual Enchant Enchant 関数 Enchant 関数 目次 enchant_broker_ ... describe — Enchant プロバイダを列挙する enchant_broker_dict_exists — 辞書が存在するかどうかを調べる。空で ... ないタグを使用する enchant_broker_free_dict — 辞書リソースを開放する enchant_broker_ ... ブローカーリソースおよびその辞書を開放する enchant_broker_get_dict_path — 指定されたバックエンドの辞書のパス ... を取得する enchant_broker_get_error — ブローカーの直近のエラーを返す enchant ...
https://man.plustar.jp/php/ref.enchant.html - [similar]
ブローカーの直近のエラーを返す 9738
« enchant_broker_get_dict_path enchant_broker_init » PHP Manual Enchant 関数 ブローカーの直近のエ ... ラーを返す enchant_broker_get_error (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL ench ... ant >= 0.1.0 ) enchant_broker_get_error — ブローカーの直近のエラーを返す 説明 en ... chant_broker_get_error ( EnchantBroker $broker ): string | fals ... ーカーで発生した直近のエラーを返します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-get-error.html - [similar]
ブローカーリソースおよびその辞書を開放する 9661
« enchant_broker_free_dict enchant_broker_get_dict_path » PHP Manual Enchant 関数 ブローカーリソ ... ースおよびその辞書を開放する enchant_broker_free (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant > ... = 0.1.0 ) enchant_broker_free — ブローカーリソースおよびその辞書を開放する ... の関数に頼らないことを強く推奨します。 説明 enchant_broker_free ( EnchantBroker $broker ): bool ブローカーをそ ... ェクト自体を unset することを推奨します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-free.html - [similar]
PWL ファイルを使用して辞書を作成する 9661
« enchant_broker_request_dict enchant_broker_set_dict_path » PHP Manual Enchant 関数 PWL ファイル ... を使用して辞書を作成する enchant_broker_request_pwl_dict (PHP 5 >= 5.3.0, PHP 7, PHP 8, PE ... CL enchant >= 0.1.0 ) enchant_broker_request_pwl_dict — PWL ファイルを使用して辞書を作成 ... する 説明 enchant_broker_request_pwl_dict ( EnchantBroker $broker , string ... 語を記述したパーソナル単語ファイルです。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-request-pwl-dict.html - [similar]
単語リストに単語を追加する 9661
« enchant_dict_add_to_session enchant_dict_check » PHP Manual Enchant 関数 単語リストに単語を追加 ... トに単語を追加します。 パラメータ dictionary enchant_broker_request_dict() または enchant_broker_request_pwl_d ... ; $word = 'Supercalifragilisticexpialidocious' ; $broker = enchant_broker_init (); $dict = enchant_broker_r ... equest_pwl_dict ( $broker , $filename ); enchant_dict_add ( $dict , $word ); ... enchant_broker_free ( $broker ); ?> 参考 enchant_broker_request_p ...
https://man.plustar.jp/php/function.enchant-dict-add.html - [similar]
指定されたバックエンドの辞書のパスを取得する 9478
« enchant_broker_free enchant_broker_get_error » PHP Manual Enchant 関数 指定されたバックエンドの ... 辞書のパスを取得する enchant_broker_get_dict_path (PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL ... enchant >= 1.0.1) enchant_broker_get_dict_path — 指定されたバックエンドの辞書のパス ... の関数に頼らないことを強く推奨します。 説明 enchant_broker_get_dict_path ( EnchantBroker $broker , int $type ... たバックエンドの辞書のパスを取得します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-get-dict-path.html - [similar]
使用可能な辞書の一覧を返す 9478
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... を返す enchant_broker_list_dicts (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enc ... hant >= 1.0.1) enchant_broker_list_dicts — 使用可能な辞書の一覧を返す 説明 encha ... nt_broker_list_dicts ( EnchantBroker $broker ): array 使用可 ... 能な辞書の一覧と、その詳細を返します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
指定されたバックエンドの辞書のパスを設定する 9447
« enchant_broker_request_pwl_dict enchant_broker_set_ordering » PHP Manual Enchant 関数 指定され ... たバックエンドの辞書のパスを設定する enchant_broker_set_dict_path (PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL ... enchant >= 1.0.1) enchant_broker_set_dict_path — 指定されたバックエンドの辞書のパス ... の関数に頼らないことを強く推奨します。 説明 enchant_broker_set_dict_path ( EnchantBroker $broker , int $type ... たバックエンドの辞書のパスを設定します。 パラメータ broker enchant_broker_init() によって返される Enchant ブロ ...
https://man.plustar.jp/php/function.enchant-broker-set-dict-path.html - [similar]
PREV 1 2 3 4 5 NEXT