September 2001
Intermediate to advanced
768 pages
32h 45m
English
bool pspell_config_repl(int configid, string filename)
| configid | Configuration handle to use |
| filename | Filename in which to save the replacement list |
Tells a Pspell configuration the filename in which it should store replacement pairs.
Returns:
TRUE if successful; FALSE otherwise
Description:
This function lets you have a Pspell dictionary save its replacement wordlist in the file indicated by the filename parameter. This would typically be used in conjunction with pspell_store_replacement() and pspell_save_wordlist(). These replacement pairs are used by pspell_suggest() to create lists of possible replacements for misspelled words.
If the requested filename doesn’t exist, it will be created. You must ensure that the PHP ...
Read now
Unlock full access