pspell_new

pspell_new -- Load a new dictionary

Description

int pspell_new ( string language [, string spelling [, string jargon [, string encoding [, int mode]]]])

Mode is a bitmask constructed from different constants listed above. However, PSPELL_FAST , PSPELL_NORMAL and PSPELL_BAD_SPELLERS are mutually exclusive, so you should select only one of them.

Exemplo 1 . pspell_new( )