1.2.1581. ext/pspell¶
Extension pspell.
These functions allow you to check the spelling of a word and offer suggestions.
<?php
$pspell_link = pspell_new('en');
if (pspell_check($pspell_link, 'testt')) {
echo 'This is a valid spelling';
} else {
echo 'Sorry, wrong spelling';
}
?>
1.2.1581.1. Specs¶
Short name |
Extensions/Extpspell |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |