PHP Conference Ehime 2026

enchant_dict_remove

(PHP 8 >= 8.5.0)

enchant_dict_removeAdd a word to the exclusion list and remove it from the personal dictionary

Beschreibung

function enchant_dict_remove(EnchantDictionary $dictionary, string $word): void

Adds a word to the exclusion list of the given dictionary, preventing it from being accepted as correctly spelled. If the word was previously added to the personal dictionary, it is also removed from there.

Parameter-Liste

dictionary

Ein Enchant-Wörterbuch, das von enchant_broker_request_dict() oder enchant_broker_request_pwl_dict() zurückgegeben wird.

word

The word to exclude.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top