(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )
enchant_dict_check — Vérifie si un mot est correctement orthographié
   Retourne true si le mot word est correctement
   orthographié, false sinon.
  
dictionaryUn dictionnaire Enchant retourné par enchant_broker_request_dict() ou enchant_broker_request_pwl_dict().
wordLe mot à vérifier
   Retourne true si le mot est correctement orthographié, false sinon.
  
| Version | Description | 
|---|---|
| 8.0.0 | dictionaryattend désormais une instance de EnchantDictionary ;
  auparavant, une ressource était attendu. |