|
PHP5中文手册
pspell_save_wordlist(PHP 4 >= 4.0.2, PHP 5) pspell_save_wordlist — Save the personal wordlist to a file 说明
bool pspell_save_wordlist
( int $dictionary_link
)
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(). 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 pspell_add_to_personal()
<?php 注释
|