ENCHANT_DICT_ADD_TO_SESSION(3) 1 ENCHANT_DICT_ADD_TO_SESSION(3)
enchant_dict_add_to_session - add 'word' to this spell-checking session
SYNOPSIS
void enchant_dict_add_to_session (resource $dict, string $word)
DESCRIPTION
Add a word to the given dictionary. It will be added only for the active spell-checking session.
PARAMETERS
o $dict
- Dictionary resource
o $word
- The word to add
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
enchant_broker_request_dict(3).
PHP Documentation Group ENCHANT_DICT_ADD_TO_SESSION(3)