您可以使用 aspell() 函数对某个单词进行拼写检查并给出正确的拼写建议。
注: 该扩展已经被从 PHP 中删除,在 PHP 4.3.0 及以后的版本不再有效。如果您想使用 PHP 进行拼写检查,请使用 pspell。它使用 pspell 库,并且能够和更新版本的 aspell 一起工作。
aspell 仅工作于非常旧 (.27.* 及以前) 版本的 aspell 库。无论是该模块,或是那些旧版本的 aspell 均不再被支持。您需要 aspell 库,可以在 http://aspell.sourceforge.net/ 找到。
In PHP 4, these functions are only available if PHP was configured with --with-aspell=[DIR].