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