aspell_new
aspell_new — 新しい辞書を読み込む [非推奨]
説明
int aspell_new ( string master [, string personal] )aspell_new() は、 他の aspell 関数で使用する新しい辞書をオープンします。
パラメータ
- master
-
言語。
- personal
-
デフォルトは空の文字列です。
返り値
辞書リンク識別子、あるいはエラーの場合に FALSE を返します。例
例 309. aspell_new() の例
<?php
$aspell_link = aspell_new("english");
?>
Weblioに収録されているすべての辞書からaspell_newを検索する場合は、下記のリンクをクリックしてください。

- aspell_newのページへのリンク