update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 A enchant_dict_suggest() example
<?php 참고
|