Home > PHP > Function > Pspell > pspell_save_wordlist()

pspell_save_wordlist()

pspell_save_wordlist - Save the personal wordlist to a file

Syntax

bool pspell_save_wordlist (int $dictionary_link)

Arguments

  • dictionary_link - A dictionary link identifier opened with pspell_new_personal().

Description

pspell_save_wordlist() saves the personal wordlist from the current session. The location of files to be saved specified with pspell_config_personal() and (optionally) pspell_config_repl().

Version

PHP 4.0.2, 5

Return value

Returns TRUE on success or FALSE on failure.