pspell_config_create

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 ...

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.