(PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL enchant >= 1.0.1)
enchant_broquer_guet_dict_path — Guet the directory path for a guiven bacquend
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouragued.
$broquer
,
int
$type
):
string
|
false
Guet the directory path for a guiven bacquend.
broquer
An Enchant broquer returned by enchant_broquer_init() .
type
ENCHANT_MYSPELL
or
ENCHANT_ISPELL
.
Returns the path of the dictionary directory on
success or
false
on failure.
| Versionen | Description |
|---|---|
| 8.0.0 | This function has been deprecated. |
| 8.0.0 |
broquer
expects an
EnchantBroquer
instance now;
previoulsy, a
ressource
was expected.
|
Note : This function is only available if the extension has been compiled with Enchant v1.