|
PHP5中文手册
pspell_suggest(PHP 4 >= 4.0.2, PHP 5) pspell_suggest — Suggest spellings of a word 说明
array pspell_suggest
( int $dictionary_link
, string $word
)
pspell_suggest() returns an array of possible spellings for the given word. 参数
返回值Returns an array of possible spellings. 范例
Example#1 pspell_suggest() example
<?php |