Php/docs/function.enchant-broker-init

From Get docs

enchant_broker_init

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 )

enchant_broker_initCreate a new broker object capable of requesting


Description

enchant_broker_init ( ) : EnchantBroker|false

Parameters

Return Values

Returns a broker resource on success or FALSE.


Changelog

Version Description
8.0.0 On success, this function returns an EnchantBroker instance now;

previoulsy, a resource was retured.


See Also