KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Pspell
pspell_add_to_personal
pspell_add_to_session
pspell_check
pspell_clear_session
pspell_config_create
pspell_config_data_dir
pspell_config_dict_dir
pspell_config_ignore
pspell_config_mode
pspell_config_personal
pspell_config_repl
pspell_config_runtogether
pspell_config_save_repl
pspell_new
pspell_new_config
pspell_new_personal
pspell_save_wordlist
pspell_store_replacement
pspell_suggest
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.