|
enchant_dict_describe個々の辞書について説明する 説明
array enchant_dict_describe(EnchantDictionary
$dictionary)辞書の詳細を返します。 パラメータ
戻り値
成功した場合に 変更履歴
例例1 enchant_broker_dict_describe の例 辞書が存在するかどうかを enchant_broker_dict_exists で調べ、 その詳細を表示します。 上の例の出力は、 たとえば以下のようになります。
Array
(
[lang] => en_US
[name] => aspell
[desc] => Aspell Provider
[file] => /usr/lib/enchant/libenchant_aspell.so
)
|