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

search for in the

aspell_new> <aspell_check_raw
Last updated: Sat, 24 Mar 2007

view this page in

aspell_check

(PHP 4 <= 4.2.3)

aspell_check — Zkontrolovat slovo

Popis

bool aspell_check ( int $dictionary_link, string $word )

aspell_check() zkontroluje hláskování slova a vrátí TRUE, pokud je hláskování správné, a FALSE, pokud není.

Příklad 249. aspell_check()

$aspell_link=aspell_new ("english");
if (aspell_check ($aspell_link, "testt")) {
    echo "Toto je platné hláskování";
} else {
    echo "Pardon, špatné hláskování";
}
      



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

aspell_new> <aspell_check_raw
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites