ENCHANT_DICT_IS_IN_SESSION(3) 1 ENCHANT_DICT_IS_IN_SESSION(3)
enchant_dict_is_in_session - whether or not 'word' exists in this spelling-session
SYNOPSIS
bool enchant_dict_is_in_session (resource $dict, string $word)
DESCRIPTION
Tells whether or not a word already exists in the current session.
PARAMETERS
o $dict
- Dictionary resource
o $word
- The word to lookup
RETURN VALUES
Returns TRUE if the word exists or FALSE
SEE ALSO
enchant_dict_add_to_session(3).
PHP Documentation Group ENCHANT_DICT_IS_IN_SESSION(3)