PSPELL_ADD_TO_SESSION(3) 1 PSPELL_ADD_TO_SESSION(3)
pspell_add_to_session - Add the word to the wordlist in the current session
SYNOPSIS
bool pspell_add_to_session (int $dictionary_link, string $word)
DESCRIPTION
pspell_add_to_session(3) adds a word to the wordlist associated with the current session. It is very similar to pspell_add_to_personal(3)
PARAMETERS
o $dictionary_link
-
o $word
- The added word.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
PHP Documentation Group PSPELL_ADD_TO_SESSION(3)