enchant_dict_remove_from_session
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.5.0)
Remove a word from the session dictionary
Description
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().
Parameters
wordThe word to remove from the session.
Return Values
Void