pspell_suggest(3) php man page | unix.com

Man Page: pspell_suggest

Operating Environment: php

Section: 3

PSPELL_SUGGEST(3)							 1							 PSPELL_SUGGEST(3)

pspell_suggest - Suggest spellings of a word

SYNOPSIS
array pspell_suggest (int $dictionary_link, string $word)
DESCRIPTION
pspell_suggest(3) returns an array of possible spellings for the given word.
PARAMETERS
o $dictionary_link - o $word - The tested word.
RETURN VALUES
Returns an array of possible spellings.
EXAMPLES
Example #1 pspell_suggest(3) example <?php $pspell_link = pspell_new("en"); if (!pspell_check($pspell_link, "testt")) { $suggestions = pspell_suggest($pspell_link, "testt"); foreach ($suggestions as $suggestion) { echo "Possible spelling: $suggestion<br />"; } } ?> PHP Documentation Group PSPELL_SUGGEST(3)
Related Man Pages
str_word_count(3) - php
pspell_store_replacement(3) - php
ps_hyphenate(3) - php
pspell_add_to_personal(3) - php
pspell_config_mode(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Denial Of Service Attack Update