From 55d360073159ca65cc3f577cbb053f64e9528686 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 20:53:31 +0000 Subject: [PATCH] reorder a couple of entries. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64247 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 90 ++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index 3e808e466f..6a148c9eb4 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -1,5 +1,5 @@ - + InterBase functions InterBase @@ -261,6 +261,27 @@ magic_quotes_sybase = On + + + ibase_errmsg + + Returns error messages + + + + Description + + + string ibase_errmsg + + + + + Returns a string containing an error message. + + + + ibase_fetch_row @@ -365,6 +386,29 @@ for ($i=0; $i < $coln; $i++) { + + + ibase_free_query + + Free memory allocated by a prepared query + + + + Description + + + int ibase_free_query + int + query + + + + + Free a query prepared by ibase_prepare. + + + + ibase_free_result @@ -531,29 +575,6 @@ for ($i=0; $i < $coln; $i++) { - - - ibase_free_query - - Free memory allocated by a prepared query - - - - Description - - - int ibase_free_query - int - query - - - - - Free a query prepared by ibase_prepare. - - - - ibase_timefmt @@ -667,27 +688,6 @@ for ($i=0; $i < $coln; $i++) { - - - ibase_errmsg - - Returns error messages - - - - Description - - - string ibase_errmsg - - - - - Returns a string containing an error message. - - - -