September 2001
Intermediate to advanced
768 pages
32h 45m
English
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 ...
Read now
Unlock full access