pspell_config_personal

bool pspell_config_personal(int configid, string filename) 
configid Configuration handle to use
filename Filename of personal wordlist file

Tells a Pspell configuration the name of a file to use for a personal wordlist.

Returns:

TRUE if successful; FALSE otherwise

Description:

This function tells Pspell to use a personal wordlist in addition to the main dictionary wordlist when checking words. If you want to make changes or additions to the wordlist, this file is where those changes are saved when you call pspell_save_wordlist(). You should call pspell_config_personal() before any calls to pspell_new_config().

If the requested filename doesn’t exist, it will be created.You must ensure that the PHP process has adequate ...

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.