PHP.nl

enchant_dict_check

enchant_dict_check

Check whether a word is correctly spelled or not

bool **enchant_dict_check** EnchantDictionary $dictionary string $word

If the word is correctly spelled return true, otherwise return false

wordThe word to check

Returns true if the word is spelled correctly, false if not.