PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

pspell_config_create> <pspell_check
Last updated: Fri, 26 Dec 2008

view this page in

pspell_clear_session

(PHP 4 >= 4.0.2, PHP 5)

pspell_clear_sessionLimpia la sesión actual

Descripción

int pspell_clear_session ( int $dictionary_link )

pspell_clear_session() limpia la sesión actual. La lista de palabras actual queda vacía, y, por ejemplo, si intentas salvarla con pspell_save_wordlist(), nada ocurre.

Example #1 pspell_add_to_personal()

$pspell_config = pspell_config_create ("en");
pspell_config_personal ($pspell_config, "/var/dictionaries/custom.pws");
$pspell_link = pspell_new_config ($pspell_config);

pspell_add_to_personal ($pspell_link, "Vlad");
pspell_clear_session ($pspell_link);
pspell_save_wordlist ($pspell_link);    //"Vlad" will not be saved



add a note add a note User Contributed Notes
pspell_clear_session
There are no user contributed notes for this page.

pspell_config_create> <pspell_check
Last updated: Fri, 26 Dec 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites