★ wanayoo — archive 1999 http://fr.php.net/manual/kr/function.pspell-check.phpNouvelle recherche | Portail wanayoo
PHP Sunday, March 11, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP 설명서PHP 설명서
PspellPspell
 pspell_add_to_personalpspell_add_to_personal
 pspell_add_to_sessionpspell_add_to_session
 pspell_checkpspell_check
 pspell_clear_sessionpspell_clear_session
 pspell_config_createpspell_config_create
 pspell_config_ignorepspell_config_ignore
 pspell_config_modepspell_config_mode
 pspell_config_personalpspell_config_personal
 pspell_config_replpspell_config_repl
 pspell_config_runtogetherpspell_config_runtogether
 pspell_config_save_replpspell_config_save_repl
 pspell_newpspell_new
 pspell_new_configpspell_new_config
 pspell_new_personalpspell_new_personal
 pspell_save_wordlistpspell_save_wordlist
 pspell_store_replacementpspell_store_replacement
 pspell_suggestpspell_suggest

previouspspell_add_to_session
pspell_clear_sessionnext

Last updated: Mon, 22 Jan 2001
view this page in English | Brazilian Portuguese | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

pspell_check

(PHP 4 >= 4.0.2)

pspell_check — Check a word

Description

boolean pspell_check (int dictionary_link, string word)

Pspell_check() checks the spelling of a word and returns true if the spelling is correct, false if not.

Example 1. Pspell_check()


$pspell_link = pspell_new ("en");

if (pspell_check ($pspell_link, "testt")) {
    echo "This is a valid spelling";
} else {
    echo "Sorry, wrong spelling";
}
      

previouspspell_add_to_session
pspell_clear_sessionnext

Last updated: Mon, 22 Jan 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Sun Mar 11 08:01:44 2001 MET