pspell_config_save_repl

bool pspell_config_save_repl(int configid, bool save_repl) 
configid Configuration handle to use
save_repl Whether to save replacement pairs with the wordlist

Tells a Pspell configuration whether to save the replacement pairs with the wordlist.

Returns:

TRUE if successful; FALSE otherwise

Description:

This function tells the configuration indicated by configid whether it should save Pspell replacement pairs when the wordlist is saved. If save_repl is TRUE, replacement pairs will be saved; if FALSE, replacement pairs won’t be saved. This function is available only if the Pspell library version is 0.11.2 or later and the Aspell version is 0.32.5 or later.

The configid parameter is a valid configuration handle as returned ...

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.