Home > PHP > Function > Pspell > pspell_suggest()

pspell_suggest()

pspell_suggest - Suggest spellings of a word

Syntax

array pspell_suggest (int $dictionary_link, string $word)

Arguments

  • dictionary_link
  • word - The tested word.

Description

pspell_suggest() returns an array of possible spellings for the given word.

Version

PHP 4.0.2, 5

Return value

Returns an array of possible spellings.