Home > PHP > Function > Pspell > pspell_check()

pspell_check()

pspell_check - Check a word

Syntax

bool pspell_check (int $dictionary_link, string $word)

Arguments

  • dictionary_link
  • word - The tested word.

Description

pspell_check() checks the spelling of a word.

Version

PHP 4.0.2, 5

Return value

Returns TRUE if the spelling is correct, FALSE if not.