PHP: enchant_dict_check - Manual in Deutsh
PHP: enchant_dict_check - Manual in French
PHP: enchant_dict_check - Manual in Polish

You Are At PHP: enchant_dict_check - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

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.

oprogramowanie magazynowe
Najtańszy fotograf lublin na ślub
kody kreskowe paskowe RFID Czytniki mobilne drukarki etykiet termina
Pozycjonowanie stron
Dostawca kas fiskalnych w Białymstoku

Another Useful functions:


ref.enchant | function.enchant-dict-suggest | function.enchant-dict-store-replacement | function.enchant-dict-quick-check | function.enchant-dict-is-in-session | function.enchant-dict-get-error | function.enchant-dict-describe | function.enchant-dict-check | function.enchant-dict-add-to-session | function.enchant-dict-add-to-personal | function.enchant-broker-set-ordering | function.enchant-broker-request-pwl-dict | function.enchant-broker-request-dict | function.enchant-broker-list-dicts | function.enchant-broker-init | function.enchant-broker-get-error | function.enchant-broker-free | function.enchant-broker-free-dict | function.enchant-broker-dict-exists | function.enchant-broker-describe |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.