(PHP 4 <= 4.2.3)
aspell_new — 新しい辞書を読み込む [非推奨]
aspell_new() は、 他の aspell 関数で使用する新しい辞書をオープンします。
言語。
デフォルトは空の文字列です。
辞書リンク識別子、あるいはエラーの場合に FALSE を返します。
Example#1 aspell_new() の例
<?php$aspell_link = aspell_new("english");?>