September 2001
Intermediate to advanced
768 pages
32h 45m
English
int pspell_config_create(string language, [string spelling], [string jargon], [string encoding])
| language | Language in which spell checking is to be done |
| spelling | Spelling variation to use, if applicable |
| jargon | Jargon variation to use, if applicable |
| encoding | Expected encoding of the checked words |
Creates a configuration for fine-tuned creation of a dictionary link.
Returns:
Positive integer configuration ID on success; FALSE on failure
Description:
pspell_config_create() creates a link to a Pspell configuration that can be used to create a link to a Pspell dictionary using pspell_new_config(). The difference between doing this and just using pspell_new() is that with pspell_config_create() you can modify the configuration ...
Read now
Unlock full access