Function spell_check
spell_check()
Determines whether or not the specified word is spelled correctly
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
resource |
$dict |
An enchant or pspell dictionary resource set up by <code><a href="function-spell_init.html">spell_init()</a></code> |
string |
$word |
A word to check the spelling of |
boolean
|
Whether or not the specified word is spelled properly |