検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 39 for pspell (0.003 sec.)
複合語を有効な単語の組み合わせとして考慮する 9178
« pspell_config_repl pspell_config_save_repl » PHP Manual Pspell 関数 複合語を有効な単語の組み合 ... わせとして考慮する pspell_config_runtogether (PHP 4 >= 4.0.2, PHP 5, PHP 7, ... PHP 8) pspell_config_runtogether — 複合語を有効な単語の組み合わせ ... として考慮する 説明 pspell_config_runtogether ( PSpell\Config $config , bool ... せんが、 正しい複合語となります。この設定の変更は、 pspell_check() による戻り値にのみ影響を与えます。 pspell_ ...
https://man.plustar.jp/php/function.pspell-config-runtogether.html - [similar]
個人の単語リストを保持するファイルを設定する 9146
« pspell_config_mode pspell_config_repl » PHP Manual Pspell 関数 個人の単語リストを保持するファイ ... ルを設定する pspell_config_personal (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP ... 8) pspell_config_personal — 個人の単語リストを保持するファイ ... ルを設定する 説明 pspell_config_personal ( PSpell\Config $config , string $ ... 単語リストファイルを設定します。個人の単語リストは、 pspell_new_config() をコールした後にロードされ、 標準的な ...
https://man.plustar.jp/php/function.pspell-config-personal.html - [similar]
個人の単語リストを有する新規辞書をロードする 9021
« pspell_new_config pspell_new » PHP Manual Pspell 関数 個人の単語リストを有する新規辞書をロード ... する pspell_new_personal (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) ... pspell_new_personal — 個人の単語リストを有する新規辞書をロ ... ードする 説明 pspell_new_personal ( string $filename , string $language ... on = "" , string $encoding = "" , int $mode = 0 ): PSpell\Dictionary | false pspell_new_personal() は、個人の ...
https://man.plustar.jp/php/function.pspell-new-personal.html - [similar]
辞書をオープンする際に使用する設定を作成する 9006
« pspell_clear_session pspell_config_data_dir » PHP Manual Pspell 関数 辞書をオープンする際に使用 ... する設定を作成する pspell_config_create (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8 ... ) pspell_config_create — 辞書をオープンする際に使用する設定 ... を作成する 説明 pspell_config_create ( string $language , string $spellin ... " , string $jargon = "" , string $encoding = "" ): PSpell\Config 辞書をオープンする際に使用する設定を作成しま ...
https://man.plustar.jp/php/function.pspell-config-create.html - [similar]
単語のスペルについて修正候補を示す 9006
« pspell_store_replacement PSpell\Dictionary » PHP Manual Pspell 関数 単語のスペルについて修正候 ... 補を示す pspell_suggest (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspe ... _suggest — 単語のスペルについて修正候補を示す 説明 pspell_suggest ( PSpell\Dictionary $dictionary , string $ ... word ): array | false pspell_suggest() は、 指定した単語について可能性のあるスペ ... ルの配列を返します。 パラメータ dictionary PSpell\Dictionary クラスのインスタンス。 word 調べたい単語 ...
https://man.plustar.jp/php/function.pspell-suggest.html - [similar]
新規辞書をロードする 8974
« pspell_new_personal pspell_save_wordlist » PHP Manual Pspell 関数 新規辞書をロードする pspell_ ... new (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_new — 新規辞書をロードする 説明 pspell_new ( strin ... on = "" , string $encoding = "" , int $mode = 0 ): PSpell\Dictionary | false pspell_new() は、新規の辞書をロ ... ードして PSpell\Dictionary クラスのインスタンスを返します。 このイ ... ンスタンスは、他の pspell 関数で使用されます。 詳細な情報および例については、 ...
https://man.plustar.jp/php/function.pspell-new.html - [similar]
単語をチェックする 8896
« pspell_add_to_session pspell_clear_session » PHP Manual Pspell 関数 単語をチェックする pspell_ ... check (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_check — 単語をチェックする 説明 pspell_check ( PSp ... ell\Dictionary $dictionary , string $word ): bool pspell_check() は単語のスペルをチェックします。 パラメータ ... dictionary PSpell\Dictionary クラスのインスタンス。 word チェックする ... 変更履歴 バージョン 説明 8.1.0 引数 dictionary は、 PSpell\Dictionary クラスのインスタンスを期待するようになり ...
https://man.plustar.jp/php/function.pspell-check.html - [similar]
PSpell\Dictionary クラス 8755
« pspell_suggest PSpell\Config » PHP Manual Pspell PSpell\Dictionary クラス PSpell\Dictionary ク ... ラス (PHP 8 >= 8.1.0) はじめに PHP 8.1.0 以降、 pspell リソースを置き換える、完全不定形クラスです。 クラス ... 概要 final class PSpell\Dictionary { } 関連キーワード: PSpell , クラス , D ... ictionary , pspell , suggest , Config , Pspell , リソース , 概要 , fi ...
https://man.plustar.jp/php/class.pspell-dictionary.html - [similar]
単語リストと共に置換リストを保存するかどうかを定義する 8755
« pspell_config_runtogether pspell_new_config » PHP Manual Pspell 関数 単語リストと共に置換リスト ... を保存するかどうかを定義する pspell_config_save_repl (PHP 4 >= 4.0.2, PHP 5, PHP 7, PH ... P 8) pspell_config_save_repl — 単語リストと共に置換リストを保存 ... するかどうかを定義する 説明 pspell_config_save_repl ( PSpell\Config $config , bool $s ... ave ): bool pspell_config_save_repl() は、 pspell_save_wordlist() が単 ...
https://man.plustar.jp/php/function.pspell-config-save-repl.html - [similar]
PSpell\Config クラス 8645
« PSpell\Dictionary Recode » PHP Manual Pspell PSpell\Config クラス PSpell\Config クラス (PHP 8 ... >= 8.1.0) はじめに PHP 8.1.0 以降、 pspell 設定 リソースを置き換える、完全不定形クラスです。 ... クラス概要 final class PSpell\Config { } 関連キーワード: PSpell , クラス , Confi ... g , Dictionary , Recode , Pspell , pspell , 設定 , リソース , 概要 ...
https://man.plustar.jp/php/class.pspell-config.html - [similar]
PREV 1 2 3 4 NEXT