update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
성공 시 예제
Example #1 pspell_config_ignore()
<?php |