PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

aspell_check> <Aspell
Last updated: Sun, 25 Nov 2007

view this page in

aspell_check_raw

(PHP 4 <= 4.2.3)

aspell_check_raw — 단어의 철자가 올바른지만 검사한다 [deprecated]

설명

bool aspell_check_raw ( int $dictionary_link , string $word )

aspell_check_raw()는 단어의 철자를 검사하기만 하고, 대소문자를 변경하거나 trim 하지 않고 올바르기만 하면, TRUE를 틀리면 FALSE를 반환한다.

Example#1 aspell_check_raw()

<?php

$aspell_link 
aspell_new("english");

if (
aspell_check_raw($aspell_link"test")) {
    echo 
"This is a valid spelling";
} else {
    echo 
"Sorry, wrong spelling";
}

?>



add a note add a note User Contributed Notes
aspell_check_raw
There are no user contributed notes for this page.

aspell_check> <Aspell
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites