pspell_add_to_personal | PHP 4.0.2 |
int pspell_add_to_personal(int pspell, string word) |
|
個人用リストに単語を追加します。 |
pspell_add_to_session | PHP 4.0.2 |
int pspell_add_to_session(int pspell, string word) |
|
現在のセッションに単語を追加します。 |
pspell_check | PHP 4.0.2 |
bool pspell_check(int pspell, string word) |
|
単語が有効な場合は true を返します。 |
pspell_clear_session | PHP 4.0.2 |
int pspell_clear_session(int pspell) |
|
現在のセッションをクリアします。 |
pspell_config_create | PHP 4.0.2 |
int pspell_config_create(string language[, string spelling[, string jargon[, string encoding]]]) |
|
マネージャを作成するために後で使用する新しい構成を作成します。 |
pspell_config_ignore | PHP 4.0.2 |
int pspell_config_ignore(int conf, int ignore) |
|
ignore で指定された文字数以下の単語を無視します。 |
pspell_config_mode | PHP 4.0.2 |
int pspell_config_mode(int conf, long mode) |
|
構成のモード (PSPELL_FAST、PSPELL_NORMAL、または PSPELL_BAD_SPELLERS) を選択します。 |
pspell_config_personal | PHP 4.0.2 |
int pspell_config_personal(int conf, string personal) |
|
この構成で個人用辞書を使用します。 |
pspell_config_repl | PHP 4.0.2 |
int pspell_config_repl(int conf, string repl) |
|
この構成で置換候補のペアがある個人用辞書を使用します。 |
pspell_config_runtogether | PHP 4.0.2 |
int pspell_config_runtogether(int conf, bool runtogether) |
|
複合語を有効な単語の組み合わせと見なします。 |
pspell_config_save_repl | PHP 4.0.2 |
int pspell_config_save_repl(int conf, bool save) |
|
この構成で個人用リストが保存されるときに置換候補のペアを保存します。 |
pspell_new_config | PHP 4.0.2 |
int pspell_new_config(int config) |
|
指定された構成に基づいて辞書を読み込みます。 |
pspell_new_personal | PHP 4.0.2 |
int pspell_new_personal(string personal, string language[, string spelling[, string jargon[, string encoding[, int mode]]]]) |
|
個人の単語リストがある辞書を読み込みます。 |
pspell_new | PHP 4.0.2 |
int pspell_new(string language[, string spelling[, string jargon[, string encoding[, int mode]]]]) |
|
辞書を読み込みます。 |
pspell_save_wordlist | PHP 4.0.2 |
int pspell_save_wordlist(int pspell) |
|
現在の (個人用) 単語リストを保存します。 |
pspell_store_replacement | PHP 4.0.2 |
int pspell_store_replacement(int pspell, string misspell, string correct) |
|
ユーザーが選択した置換候補を辞書に知らせます。 |
pspell_suggest | PHP 4.0.2 |
array pspell_suggest(int pspell, string word) |
|
修正候補の配列を返します。 |