aspell_check_raw | PHP 3.0.7 |
int aspell_check_raw(aspell int, string word) |
|
大文字小文字の変更や削除を行うことなく、word が有効かどうかを返します。 |
aspell_check | PHP 3.0.7 |
int aspell_check(aspell int, string word) |
|
word が有効かどうかを返します。 |
aspell_new | PHP 3.0.7 |
int aspell_new(string master[, string personal]) |
|
辞書を読み込みます。 |
aspell_suggest | PHP 3.0.7 |
array aspell_suggest(aspell int, string word) |
|
スペルの修正案を配列として返します。 |