From bfe64bce4f07d1373bb4caf2c17877ec7c54d336 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Mon, 13 Aug 2001 19:51:07 +0000 Subject: [PATCH] Please check this sort of thing before assuming it's wrong: this extension does not use resources. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54614 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/aspell.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/aspell.xml b/functions/aspell.xml index d1c241d90b..a0a5b1b532 100644 --- a/functions/aspell.xml +++ b/functions/aspell.xml @@ -1,4 +1,4 @@ - + Aspell functions Aspell @@ -33,7 +33,7 @@ Description - resource aspell_new + int aspell_new string master string personal @@ -64,7 +64,7 @@ $aspell_link = aspell_new("english"); bool aspell_check - resource dictionary_link + int dictionary_link string word @@ -101,7 +101,7 @@ if (aspell_check($aspell_link, "testt")) { bool aspell_check_raw - resource dictionary_link + int dictionary_link string word @@ -137,7 +137,7 @@ if (aspell_check_raw($aspell_link, "test")) { array aspell_suggest - resource dictionary_link + int dictionary_link string word