enchant_broker_free
Free the broker resource and its dictionaries
WarningThis function has been
DEPRECATED as of PHP 8.0.0. Relying on this function
is highly discouraged.
Description
bool enchant_broker_free(EnchantBroker $broker
)
Parameters
-
broker
-
An Enchant broker returned by enchant_broker_init.
Return Values
Returns true
on success or false
on failure.