enchant_broker_set_dict_path
(PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL enchant >= 1.0.1)
Set the directory path for a given backend
Function-8-0-0
Description
enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool
Set the directory path for a given backend.
Parameters
typeThe type of the dictionaries, i.e.
ENCHANT_MYSPELLorENCHANT_ISPELL.pathThe path of the dictionary directory.
Return Values
Success
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.