update : 2015.11.03
php.shukuma.com검색:
|
pspell_config_create(PHP 4 >= 4.0.2, PHP 5) pspell_config_create — Create a config used to open a dictionary 설명
int pspell_config_create
( string
$language
[, string $spelling
[, string $jargon
[, string $encoding
]]] )Create a config used to open a dictionary. pspell_config_create() has a very similar syntax to pspell_new(). In fact, using pspell_config_create() immediately followed by pspell_new_config() will produce the exact same result. However, after creating a new config, you can also use pspell_config_*() functions before calling pspell_new_config() to take advantage of some advanced functionality. For more information and examples, check out inline manual pspell website:» http://aspell.net/. 인수
반환값
Retuns a pspell config identifier, or 예제
Example #1 pspell_config_create()
<?php |