PHP: Hypertext Preprocessor (original) (raw)

pspell_config_save_repl

(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)

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

Description

pspell_config_save_repl() should be used on a config before calling pspell_new_config().

Return Values

Returns [true](reserved.constants.php#constant.true) on success or [false](reserved.constants.php#constant.false) on failure.

Changelog

Version Description
8.1.0 The config parameter expects an PSpell\Config instance now; previously, a resource was expected.

Notes

Note:

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