aspell_check_raw | PHP 3.0.7 |
int aspell_check_raw(aspell int, string word) |
|
Gibt an, ob word gültig ist; dabei wird die Groß-/Kleinschreibung ignoriert und das Wort in keiner Weise gekürzt. |
aspell_check | PHP 3.0.7 |
int aspell_check(aspell int, string word) |
|
Gibt an, ob word gültig ist. |
aspell_new | PHP 3.0.7 |
int aspell_new(string master[, string personal]) |
|
Lädt ein Wörterbuch. |
aspell_suggest | PHP 3.0.7 |
array aspell_suggest(aspell int, string word) |
|
Gibt ein Array mit möglichen Schreibweisen zurück. |