enchant_broker_get_dict_path
(PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL enchant >= 1.0.1)
Get the directory path for a given backend
Function-8-0-0
Description
enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false
Get the directory path for a given backend.
Parameters
typeThe type of the dictionaries, i.e.
ENCHANT_MYSPELLorENCHANT_ISPELL.
Return Values
Returns the path of the dictionary directory on successFalseforfailure.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | This function has been deprecated. |
Notes
Note
This function is only available if the extension has been compiled with Enchant v1.