|
PHP5中文手册
aspell_check(PHP 4 <= 4.2.3) aspell_check — Check a word [deprecated] 说明
bool aspell_check
( int $dictionary_link
, string $word
)
aspell_check() checks the spelling of a word. 返回值Returns TRUE if the spelling is correct, FALSE if not. 范例
Example#1 aspell_check() Example
<?php |