cmd_spellCommand line spellcheck class, compatible with ispell and aspell.
Located in /plugins/spellcheck/class/cmd_spell.php (line 34)
squirrelspell | --cmd_spell
mixed
$debug
= false (line 52)
mixed
$missed_words
= array() (line 54)
string
$spell_command
= '' (line 38)
string
$temp_dir
= '' (line 49)
mixed
$userdic
= array() (line 39)
boolean
$use_proc_open
= false (line 45)
Controls which function is used to execute ispell. proc_open() should be used in PHP 4.3+. exec() can be used in older PHP versions.
Inherited from squirrelspell
squirrelspell::$error
Constructor cmd_spell (line 60)
Constructor function
check_text (line 213)
Checks block of text
exec_spell (line 150)
prepare_text (line 198)
Prepares string for ispell/aspell parsing
Function adds an extra space at the beginning of each line. This way ispell/aspell don't treat these as command characters.
proc_open_spell (line 97)
Inherited From squirrelspell
squirrelspell::check_text()
squirrelspell::set_error()
Documentation generated on Sun, 22 Nov 2009 17:36:20 +0200 by phpDocumentor 1.4.3