Manuel PHP Précédent Suivant aspell_check() vérifie l'orthographe d'un mot et retourne TRUE si l 'orthographe est correcte, et FALSE sinon. Exemple 1. Exemple avec aspell_check() ?php $aspell_link = aspell_new( "english"); if (aspell_check($aspell_link ,"testt")) {echo "L'orthographe est correcte .";} else {echo "Désolé, l'orthographe est incorrecte .";}? Précédent Sommaire Suivant Niveau supérieur