enchant_broker_set_dict_path
(PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL enchant >= 1.0.1)
enchant_broker_set_dict_path — Set the directory path for a given backend
Diese Funktion ist seit PHP 8.0.0 DEPRECATED (veraltet). Von der Verwendung dieser Funktion wird dringend abgeraten.
Beschreibung
Set the directory path for a given backend.
Parameter-Liste
-
broker
-
An Enchant broker returned by enchant_broker_init().
-
type
-
The type of the dictionaries, i.e.
ENCHANT_MYSPELL
orENCHANT_ISPELL
. -
path
-
The path of the dictionary directory.
Rückgabewerte
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.
Changelog
Version | Beschreibung |
---|---|
8.0.0 |
broker expects an EnchantBroker instance now;
previoulsy, a Ressource was expected.
|
Anmerkungen
Hinweis:
This function is only available if the extension has been compiled with Enchant v1.