enchant_dict_remove_from_session

(PHP 8 >= 8.5.0)

enchant_dict_remove_from_session — セッション辞書から単語を削除する

説明

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

enchant_dict_add_to_session() で現在のセッションに追加した単語を削除します。

パラメータ

dictionary

enchant_broker_request_dict() または enchant_broker_request_pwl_dict() によって返される Enchant 辞書。

word

セッションから削除する単語。

戻り値

値を返しません。

参考

+add a note

User Contributed Notes

There are no user contributed notes for this page.