|
PHP5中文手册
pspell_config_mode(PHP 4 >= 4.0.2, PHP 5) pspell_config_mode — Change the mode number of suggestions returned 说明
bool pspell_config_mode
( int $dictionary_link
, int $mode
)
pspell_config_mode() should be used on a config before calling pspell_new_config(). This function determines how many suggestions will be returned by pspell_suggest(). 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 pspell_config_mode() Example
<?php |