|
PHP5中文手册
aspell_check_raw(PHP 4 <= 4.2.3) aspell_check_raw — Check a word without changing its case or trying to trim it [deprecated] 说明
bool aspell_check_raw
( int $dictionary_link
, string $word
)
aspell_check_raw() checks the spelling of a word, without changing its case or trying to trim it in any way. 返回值Returns TRUE if the spelling is correct, FALSE if not. 范例
Example#1 aspell_check_raw() Example
<?php |