LXXI. Pspell Functions

The pspell() functions allow you to check the spelling of a word and offer suggestions.

You need the aspell and pspell libraries, available from http://aspell.sourceforge.net/ and http://pspell.sourceforge.net/ respectively, and add the --with-pspell[=dir] option when compiling php.

Tabla de contenidos
pspell_new -- Load a new dictionary
pspell_check -- Check a word
pspell_suggest -- Suggest spellings of a word