PHP: Hypertext Preprocessor (original) (raw)
Change language:
enchant_broker_init
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )
enchant_broker_init — Create a new broker object capable of requesting
Description
enchant_broker_init(): EnchantBroker|false
Parameters
Return Values
Returns a broker resource on success or [false](reserved.constants.php#constant.false)
.
Changelog
Version | Description |
---|---|
8.0.0 | On success, this function returns an EnchantBroker instance now; previously, a resource was returned. |
See Also
- enchant_broker_free() - Free the broker resource and its dictionaries
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.