aspell_check_raw | PHP 3.0.7 |
int aspell_check_raw(aspell int, string word) |
|
Returns if word is valid, ignoring case and without trying to trim it in any way. |
aspell_check | PHP 3.0.7 |
int aspell_check(aspell int, string word) |
|
Returns if word is valid. |
aspell_new | PHP 3.0.7 |
int aspell_new(string master[, string personal]) |
|
Loads a dictionary. |
aspell_suggest | PHP 3.0.7 |
array aspell_suggest(aspell int, string word) |
|
Returns an array of spelling suggestions. |