|
enchant_dict_suggest(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) 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. Примеры
Пример #1 A enchant_dict_suggest() example
<?php Смотрите также
|
|