pspell_new_personal

int pspell_new_personal(string dictionary_file, string language, 
 [string spelling], [string jargon], [string encoding], [int pspell_mode]) 
dictionary_file Pathname of personal dictionary file
language Language in which spell checking is to be done
spelling Spelling variation to use, if applicable
jargon Jargon variation to use, if applicable (see description)
encoding Expected encoding of the checked words
pspell_mode Mode in which Pspell will check words

Creates a link to a Pspell dictionary to be used in subsequent operations.

Returns:

If successful, a positive integer identifier for the Pspell dictionary opened; FALSE if an error occurs

Description:

pspell_new_personal() opens the dictionary indicated by its arguments ...

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.