aspell_check (line 314)
Do aSpell spelling check
array
aspell_check
(string $aspelldictionaries, string $aspellcommand, string $temptext, string $lang, ?string $text, [?array $words_skip = NULL], [boolean $ret = false])
-
string
$aspelldictionaries: aSpell command to get dictionaries
-
string
$aspellcommand: aSpell call command
-
string
$temptext: Temporary file name
-
string
$lang: Language being used
-
?string
$text: The text to check (NULL: look from params)
-
?array
$words_skip: Words to skip (NULL: none)
-
boolean
$ret: Whether to return data, instead of output
aspell_init (line 136)
Initialise our aSpell calling environment.
array
aspell_init
()
aspell_save (line 531)
Do aSpell dictionary save
void
aspell_save
(string $aspellcommand, string $temptext)
-
string
$aspellcommand: aSpell call command
-
string
$temptext: Temporary file name
do_lang (line 20)
void
do_lang
( $x)
spellchecklogic (line 37)
Start the spellcheck process
array
spellchecklogic
([?string $type = NULL], [?string $text = NULL], [?array $words_skip = NULL], [boolean $ret = false])
-
?string
$type: The type of operation (NULL: look from params)
-
?string
$text: The text to check (NULL: look from params)
-
?array
$words_skip: A list of words to skip checking of (NULL: none)
-
boolean
$ret: Whether to return data, instead of output
utf8_ord (line 272)
Finds the ASCII value of a utf-8 character (I think!)
integer
utf8_ord
(string $chr)
wrap_exec (line 118)
Execute aSpell, via piping to an output log (Windows PHP doesn't seem to allow direct output getting).
~string
wrap_exec
(string $cmd)
-
string
$cmd: The command line