PHP.nl

pspell_config_save_repl

pspell_config_save_repl

Determine whether to save a replacement pairs list along with the wordlist

bool **pspell_config_save_repl** PSpell\Config $config bool $save
determines whether
will save the replacement pairs

along with the wordlist. Usually there is no need to use this function because if is used, the replacement pairs will be saved by anyway, and if it is not, the replacement pairs will not be saved. pspell_config_save_repl``pspell_save_wordlist``pspell_config_repl``pspell_save_wordlist

should be used on a config

before calling . pspell_config_save_repl``pspell_new_config

config``savetrue if replacement pairs should be saved, false otherwise.

return.success

Opmerking: > This function will not work unless you have pspell .11.2 and aspell .32.5 or later.