From beaea6bb7d7c441e692429a047a80742cf0f9fc5 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 8 Jan 2007 00:00:56 +0000 Subject: [PATCH] Rewrite to match new format # yup, I know that this extension is dead git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226696 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../aspell/functions/aspell-check-raw.xml | 60 ++++++++++++++++--- reference/aspell/functions/aspell-check.xml | 60 ++++++++++++++++--- reference/aspell/functions/aspell-new.xml | 52 +++++++++++++--- reference/aspell/functions/aspell-suggest.xml | 52 +++++++++++++--- 4 files changed, 191 insertions(+), 33 deletions(-) diff --git a/reference/aspell/functions/aspell-check-raw.xml b/reference/aspell/functions/aspell-check-raw.xml index 32b53da8b9..06f7386ae7 100644 --- a/reference/aspell/functions/aspell-check-raw.xml +++ b/reference/aspell/functions/aspell-check-raw.xml @@ -1,5 +1,5 @@ - + aspell_check_raw @@ -7,21 +7,56 @@ Check a word without changing its case or trying to trim it [deprecated] - - Description + + &reftitle.description; boolaspell_check_raw intdictionary_link stringword - + aspell_check_raw checks the spelling of a - word, without changing its case or trying to trim it in any way - and returns &true; if the spelling is correct, &false; if not. - + word, without changing its case or trying to trim it in any way. + + + + + &reftitle.parameters; + + + + dictionary_link + + + The dictionnary link identifier returned by + aspell_new. + + + + + word + + + The tested word. + + + + + + + + + &reftitle.returnvalues; + + Returns &true; if the spelling is correct, &false; if not. + + + + + &reftitle.examples; - <function>aspell_check_raw</function> + <function>aspell_check_raw</function> Example + + + &reftitle.seealso; + + + aspell_check + + + + aspell_check Check a word [deprecated] - - Description + + &reftitle.description; boolaspell_check intdictionary_link stringword - - aspell_check checks the spelling of a word - and returns &true; if the spelling is correct, &false; if not. - + + aspell_check checks the spelling of a word. + + + + + &reftitle.parameters; + + + + dictionary_link + + + The dictionnary link identifier returned by + aspell_new. + + + + + word + + + The tested word. + + + + + + + + + &reftitle.returnvalues; + + Returns &true; if the spelling is correct, &false; if not. + + + + + &reftitle.examples; - <function>aspell_check</function> + <function>aspell_check</function> Example + + + &reftitle.seealso; + + + aspell_check_raw + + + + aspell_new Load a new dictionary [deprecated] - - Description + + &reftitle.description; intaspell_new stringmaster stringpersonal - - aspell_new opens up a new dictionary and - returns the dictionary link identifier for use in other aspell - functions. Returns &false; on error. - + + aspell_new opens up a new dictionary for use with the + other aspell functions. + + + + + &reftitle.parameters; + + + + master + + + Language. + + + + + personal + + + Default to empty string. + + + + + + + + + &reftitle.returnvalues; + + Returns a dictionary link identifier or &false; on error. + + + + + &reftitle.examples; - <function>aspell_new</function> + <function>aspell_new</function> Example - + aspell_suggest Suggest spellings of a word [deprecated] - - Description + + &reftitle.description; arrayaspell_suggest intdictionary_link stringword - - aspell_suggest returns an array of possible - spellings for the given word. - + + aspell_suggest suggest spellings for the given + word. + + + + + &reftitle.parameters; + + + + dictionary_link + + + The dictionnary link identifier returned by + aspell_new. + + + + + word + + + The tested word. + + + + + + + + + &reftitle.returnvalues; + + Returns an array of suggestions. + + + + + &reftitle.examples; - <function>aspell_suggest</function> + <function>aspell_suggest</function> Example