enchant_broker_list_dicts
PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 1.0.1
enchant_broker_list_dicts - Returns a list of available dictionaries
Manual
enchant_broker_list_dicts(
EnchantBroker$broker ): array
Returns a list of available dictionaries with their details.
Parameters
- broker
-
An Enchant broker returned by enchant_broker_init.
Return Values
Returns an array of available dictionaries with their details.
Changelog
Version | Description |
8.0.0 | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. |
8.0.0 | Prior to this version, the function returned false on failure. |