|
enchant_dict_describeDescribes an individual dictionary Beschreibung
mixed enchant_dict_describe
( resource
$dict
)Returns the details of the dictionary. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 A enchant_dict_describe example Check if a dictionary exists using enchant_broker_dict_exists and show the detail of it.
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Array
(
[lang] => en_US
[name] => aspell
[desc] => Aspell Provider
[file] => /usr/lib/enchant/libenchant_aspell.so
)
|