(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 )
enchant_dict_check — Vérifie si un mot est correctement orthographié
$dict
, string $word
)
Retourne TRUE
si le mot word
est correctement
orthographié, FALSE
sinon.
dict
Ressource de dictionnaire
word
Le mot à vérifier
Retourne TRUE
si le mot est correctement orthographié, FALSE
sinon.