|
PHP5中文手册
enchant_dict_suggest(PECL enchant:0.1-1.0.1) enchant_dict_suggest — Will return a list of values if any of those pre-conditions are not met. 说明
array enchant_dict_suggest
( resource $dict
, string $word
)
参数
返回值Will returns an array of suggestions if the word is bad spelled. 范例
Example#1 A enchant_dict_suggest() example
<?php |