★ wanayoo — archive 1999 http://il.php.net/manual/function.aspell-check.php3Nouvelle recherche | Portail wanayoo

PHP3 Home Page

Manual Table of Contents
Up to aspell
Quick Reference
aspell
* aspell_new
* aspell_check
* aspell_check-raw
* aspell_suggest
Manual: aspell_check
View the source code for this pageSearch the site



Previous page
 aspell_new
aspell_check-raw 
Next page


aspell_check

aspell_check -- check a word

Description

boolean aspell_check(int dictionary_link, string word);

aspell_check() checks the spelling of a word and returns true if the spelling is correct, false if not.

Example 1. aspell_check

$aspell_link=aspell_new("english");
if (aspell_check($aspell_link,"testt")) {
    echo "This is a valid spelling";
} else {
    echo "Sorry, wrong spelling";
}
      


 About Notes


Previous page
 aspell_new
aspell_check-raw 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
Israel
Some elements of this website are subject to copyright.