|
enchant_dict_describe(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_describe — Describes an individual dictionary Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 A enchant_dict_describe() example Check if a dictionary exists using enchant_broker_dict_exists() and show the detail of it.
<?php Результатом выполнения данного примера будет что-то подобное: Array ( [lang] => en_US [name] => aspell [desc] => Aspell Provider [file] => /usr/lib/enchant/libenchant_aspell.so ) |
|