pspell_save_wordlist

bool pspell_save_wordlist(int dictID) 

Saves the personal wordlist.

Returns:

TRUE if successful; FALSE otherwise

Description:

pspell_save_wordlist() saves the personal wordlist associated with the dictionary link dictID . This lets you add words to a personal wordlist and have them available for future invocations of your script.

To use this function, you must have opened the dictionary using pspell_new_personal() or pspell_new_config() after having used pspell_config_personal() or pspell_config_repl(). If you use pspell_config_repl(), any modified replacement pairs will be saved along with the personal wordlist.

This function is only available if the Pspell library version is 0.11.2 or later and the Aspell library version ...

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.