Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<enchant_dict_add_to_sessionenchant_dict_describe>
Last updated: Tue, 19 Sep 2006

enchant_dict_check

(PECL)

enchant_dict_check -- Check whether a word is correctly spelled or not.

Description

bool enchant_dict_check ( resource dict, string word )

If the word is correctly spelled return TRUE, otherwise return FALSE

Parameters

dict

Dictionary resource

word

The word to check

Return Values

Returns TRUE if the word is spelled correctly, FALSE if not.




<enchant_dict_add_to_sessionenchant_dict_describe>
Last updated: Tue, 19 Sep 2006