|
PHP5中文手册
pspell_clear_session(PHP 4 >= 4.0.2, PHP 5) pspell_clear_session — Clear the current session 说明
bool pspell_clear_session
( int $dictionary_link
)
pspell_clear_session() clears the current session. The current wordlist becomes blank, and, for example, if you try to save it with pspell_save_wordlist(), nothing happens. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 pspell_add_to_personal() Example
<?php |