(PHP 4 >= 4.0.2, PHP 5, PHP 7)
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