PHP » GoLang |
login |
register |
about
|
GoLang pspell_config_create
request it (393)
GoLang replacement for PHP's pspell_config_create
[edit | history]
pspell_config_create(PHP 4 >= 4.0.2, PHP 5, PHP 7) pspell_config_create — Create a config used to open a dictionary Description
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/. Parameters
Return Values
Retuns a pspell config identifier, or Examples
Example #1 pspell_config_create()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|