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