超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<usortaspell_check_raw>
Last updated: Fri, 22 Jun 2007

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]



add a note add a note User Contributed Notes
Aspell 函数库 [已废弃]
There are no user contributed notes for this page.

<usortaspell_check_raw>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22