|
PHP5中文手册
pspell_config_ignore(PHP 4 >= 4.0.2, PHP 5) pspell_config_ignore — Ignore words less than N characters long 说明
bool pspell_config_ignore
( int $dictionary_link
, int $n
)
pspell_config_ignore() should be used on a config before calling pspell_new_config(). This function allows short words to be skipped by the spell checker. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 pspell_config_ignore()
<?php |