|
Programming Links Programowanie PHP - Programowanie PHP - Artykuły PHP - Wiadomości PHP - Porady Aplikacje internetowe Other Links Funny Jokes Sudoku puzzle DMOZ Directory |
|
VI. Aspell functions [deprecated]IntroductionThe aspell() functions allows you to check the spelling on a word and offer suggestions.
Requirementsaspell works only with very old (up to .27.* or so) versions of aspell library. Neither this module, nor those versions of aspell library are supported any longer. You need the aspell library, available from: http://aspell.sourceforge.net/. InstallationIn PHP 4, these functions are only available if PHP was configured with --with-aspell=[DIR].
|