PHP: Hypertext Preprocessor (original) (raw)

enchant_broker_free_dict

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

enchant_broker_free_dict — Free a dictionary resource

Warning

This function has been_DEPRECATED_ as of PHP 8.0.0. Relying on this function is highly discouraged.

Description

Return Values

Returns [true](reserved.constants.php#constant.true) on success or [false](reserved.constants.php#constant.false) on failure.

Changelog

Version Description
8.0.0 This function has been deprecated in favor of unsetting the object.
8.0.0 dictionary expects a EnchantDictionary now; previoulsy, a resource was expected.

See Also