|
PHP5中文手册
aspell_suggest(PHP 4 <= 4.2.3) aspell_suggest — Suggest spellings of a word [deprecated] 说明
array aspell_suggest
( int $dictionary_link
, string $word
)
aspell_suggest() suggest spellings for the given word . 返回值Returns an array of suggestions. 范例
Example#1 aspell_suggest() Example
<?php |