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. - - - -