PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<usortaspell_check_raw>
Last updated: Mon, 16 Jul 2012

IV. 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]



<usortaspell_check_raw>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST