Query: pspell_add_to_session
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSPELL_ADD_TO_SESSION(3) 1 PSPELL_ADD_TO_SESSION(3) pspell_add_to_session - Add the word to the wordlist in the current sessionSYNOPSISbool pspell_add_to_session (int $dictionary_link, string $word)DESCRIPTIONpspell_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)PARAMETERSo $dictionary_link - o $word - The added word.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group PSPELL_ADD_TO_SESSION(3)