Query: pspell_check
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSPELL_CHECK(3) 1 PSPELL_CHECK(3) pspell_check - Check a wordSYNOPSISbool pspell_check (int $dictionary_link, string $word)DESCRIPTIONpspell_check(3) checks the spelling of a word.PARAMETERSo $dictionary_link - o $word - The tested word.RETURN VALUESReturns TRUE if the spelling is correct, FALSE if not.EXAMPLESExample #1 pspell_check(3) Example <?php $pspell_link = pspell_new("en"); if (pspell_check($pspell_link, "testt")) { echo "This is a valid spelling"; } else { echo "Sorry, wrong spelling"; } ?> PHP Documentation Group PSPELL_CHECK(3)
Related Man Pages |
---|
pofilespell(1) - debian |
pspell_new(3) - php |
pspell_store_replacement(3) - php |
wordwrap(3) - php |
pspell_config_personal(3) - php |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
Please Welcome Don Cragun as Lead Moderator |
Status of UNIX.COM Forum Transformation |
Denial Of Service Attack Update |