Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 

 

III. Aspell 函数 [已废弃]

简介

您可以使用 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].

参见

参见 pspell

目录
aspell_check_raw --  Check a word without changing its case or trying to trim it [deprecated]
aspell_check -- Check a word [deprecated]
aspell_new -- Load a new dictionary [deprecated]
aspell_suggest -- Suggest spellings of a word [deprecated]
 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "PHP Manual". See Index Page for more info about Authorship and Copyright.

1999-2008 Linuxinfor.com. No rights reserved.