Home > PHP > Function > Enchant > enchant_broker_describe()

enchant_broker_describe()

enchant_broker_describe - Enumerates the Enchant providers

Syntax

array enchant_broker_describe (resource $broker)

Arguments

  • broker - Broker resource

Description

Enumerates the Enchant providers and tells you some rudimentary information about them. The same info is provided through phpinfo().

Version

PHP PECL enchant >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.