|
enchant_dict_describeDescribes an individual dictionary Description
array enchant_dict_describe(EnchantDictionary
$dictionary )Returns the details of the dictionary. Parameters
Return Values
Returns Changelog
Examples
Example #1 A enchant_dict_describe example Check if a dictionary exists using enchant_broker_dict_exists and show the detail of it.
The above example will output something similar to: Array ( [lang] => en_US [name] => aspell [desc] => Aspell Provider [file] => /usr/lib/enchant/libenchant_aspell.so ) |