Query: enchant_broker_list_dicts
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENCHANT_BROKER_LIST_DICTS(3) 1 ENCHANT_BROKER_LIST_DICTS(3) enchant_broker_list_dicts - Returns a list of available dictionariesSYNOPSISmixed enchant_broker_list_dicts (resource $broker)DESCRIPTIONReturns a list of available dictionaries with their details.PARAMETERSo $broker - Broker resourceRETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 List all available dictionaries for one broker <?php $r = enchant_broker_init(); $dicts = enchant_broker_list_dicts($r); print_r($dicts); ?> The above example will output something similar to: Array ( [0] => Array ( [lang_tag] => de [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [1] => Array ( [lang_tag] => de_DE [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [3] => Array ( [lang_tag] => en [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [4] => Array ( [lang_tag] => en_GB [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [5] => Array ( [lang_tag] => en_US [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/enchant/libenchant_aspell.so ) [6] => Array ( [lang_tag] => hi_IN [provider_name] => myspell [provider_desc] => Myspell Provider [provider_file] => /usr/lib/enchant/libenchant_myspell.so ) )SEE ALSOenchant_broker_describe(3). PHP Documentation Group ENCHANT_BROKER_LIST_DICTS(3)
Related Man Pages |
---|
enchant(1) - debian |
word-list-compress(1) - centos |
enchant(1) - suse |
enchant_broker_describe(3) - php |
enchant_broker_request_dict(3) - php |
Similar Topics in the Unix Linux Community |
---|
configuring PHP 5 |
aspell-da 1.6.16 (Default branch) |
Read a file name from a text file and save it in a variable |
Need help for creating the report |
Array Count and Array Copy help |