enchant_broker_describe
PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0
enchant_broker_describe - Enumerates the Enchant providers
Manual
enchant_broker_describe(
EnchantBroker$broker ): array
Enumerates the Enchant providers and tells you some rudimentary information about them. The same info is provided through phpinfo().
Parameters
- broker
-
An Enchant broker returned by enchant_broker_init.
Return Values
Returns an array of available Enchant providers 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. |