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 FALSE on error. Примеры
Пример #1 pspell_config_create()
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |