March 2002
Intermediate to advanced
528 pages
21h 29m
English
aspell
The aspell PHP library interacts with the aspell C library to check the spelling of words and offer suggestions for misspelled words. Because the aspell PHP library works only with very old versions of aspell, you should instead use the pspell library, which works with both pspell and later versions of aspell.
To use the aspell functions, you must install the aspell C library,
Version 0.27 or earlier, and compile PHP with the
--enable-aspell directive.