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