update : 2015.11.03
php.shukuma.com검색:
|
enchant_dict_describe(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_describe — Describes an individual dictionary 인수
반환값
성공 시 예제
Example #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 ) |