aspell_new
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
aspell_new -- 新しい辞書を読み込む [非推奨]
説明
int
aspell_new ( string master [, string personal] )
aspell_new() は、
他の aspell 関数で使用する新しい辞書をオープンします。
パラメータ
master
言語。
personal
デフォルトは空の文字列です。
返り値
辞書リンク識別子、あるいはエラーの場合に FALSE を返します。
例
例 1. aspell_new() の例
<?php $aspell_link = aspell_new("english"); ?>
|
|