PHP Conference Ehime 2026

enchant_dict_remove_from_session

(PHP 8 >= 8.5.0)

enchant_dict_remove_from_sessionRemove a word from the session dictionary

Описание

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

Removes a word that was previously added to the current spell-checking session via enchant_dict_add_to_session().

Список параметров

dictionary

Словарь Enchant, который возвращает функция enchant_broker_request_dict() или enchant_broker_request_pwl_dict().

word

The word to remove from the session.

Возвращаемые значения

Функция не возвращает значения после выполнения.

Смотрите также

Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы
To Top