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

An Enchant dictionary returned by enchant_broker_request_dict() or enchant_broker_request_pwl_dict().

word

The word to remove from the session.

返回值

没有返回值。

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top