|
pspell_add_to_personalAdd the word to a personal wordlist Description
bool pspell_add_to_personal
( int
$dictionary_link
, string $word
)pspell_add_to_personal adds a word to the personal wordlist. If you used pspell_new_config with pspell_config_personal to open the dictionary, you can save the wordlist later with pspell_save_wordlist. Parameters
Return Values
Returns Examples
Example #1 pspell_add_to_personal
<?php Notes
|