update : 2015.11.03
php.shukuma.com검색:
|
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 |