PHP Manual: enchant_dict_quick_check
enchant_dict_quick_check
Description
bool enchant_dict_quick_check ( resource dict, string word [, array &suggestions] )If the word is correctly spelled return TRUE, otherwise return FALSE, if suggestions variable is provided, fill it with spelling alternatives.
Parameters
dictDictionary resource
wordThe word to check
suggestionsIf the word is not correctly spelled, this variable will contain an array of suggestions.
Examples