enchant_dict_describe

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0
enchant_dict_describe - Describes an individual dictionary
Manual
Code Examples

enchant_dict_describe( EnchantDictionary$dictionary ): array

Returns the details of the dictionary.

Parameters

dictionary

An Enchant dictionary returned by enchant_broker_request_dict or enchant_broker_request_pwl_dict.

Return Values

Returns true on success or false on failure.

Changelog

Version Description
8.0.0 dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected.
8.0.0 Prior to this version, the function returned false on failure.

Example of enchant_dict_describe

Show all examples for enchant_dict_describe

PHP Version: