(PHP 8)
enchant_dict_is_added — Whether or not 'word' exists in this spelling-session
Tells whether or not a word already exists in the current session.
dictionary
Ein Enchant-Wörterbuch, das von enchant_broker_request_dict() oder enchant_broker_request_pwl_dict() zurückgegeben wird.
word
The word to lookup
Version | Beschreibung |
---|---|
8.0.0 |
Der Parameter dictionary erwartet nun eine
EnchantDictionary-Instanz; vorher wurde eine Ressource erwartet.
|