PHP: Aspell関数(古い拡張モジュール) - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<usortaspell_check_raw>
view the version of this page
Last updated: Tue, 21 Dec 2004

IV. Aspell関数(古い拡張モジュール)

導入

aspell() 関数により単語のスペルチェックおよび 修正案の提供が可能となります。

要件

aspellが動作するのは、非常に古い(.27.*まで)バージョンのaspellライ ブラリのみです。このモジュールも、これらのバージョンのaspellライブ ラリも将来的にもサポートされません。phpでスペルチェックの機能を使 用したい場合は、代わりにpspellを 使用して下さい。このモジュールは、pspellライブラリを使用し、より新 しいバージョンのaspellと組み合わせても動作します。

インストール手順

aspell ライブラリが必要です。このライブラリは次の場所で手に入ります。 :

以下も参照下さい

pspellも参照して下さい。

目次
aspell_check_raw --  大文字小文字の変更や削除を行うことなく、単語のチェックを行います。
aspell_check -- 単語をチェックする [古い関数]
aspell_new -- 新しい辞書をロードする [古い関数]
aspell_suggest -- 単語スペルの修正案を示す [古い関数]


add a note add a note User Contributed Notes
Aspell関数(古い拡張モジュール)
There are no user contributed notes for this page.

<usortaspell_check_raw>
 Last updated: Tue, 21 Dec 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Mon Mar 14 08:13:06 2005 Local time zone must be set--see zic manual page