Date: 04/02/01
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Previous message: Wez Furlong: "[PHP-DOC] cvs: phpdoc /en/functions openssl.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
torben Mon Apr 2 20:30:42 2001 EDT
Modified files:
/phpdoc/en/functions uodbc.xml
Log:
Corrected return types for odbc_error() and odbc_errormsg().
Index: phpdoc/en/functions/uodbc.xml
diff -u phpdoc/en/functions/uodbc.xml:1.14 phpdoc/en/functions/uodbc.xml:1.15
--- phpdoc/en/functions/uodbc.xml:1.14 Mon Mar 12 10:17:40 2001
+++ phpdoc/en/functions/uodbc.xml Mon Apr 2 20:30:42 2001
@@ -380,7 +380,7 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>odbc_error</function></funcdef>
+ <funcdef>string <function>odbc_error</function></funcdef>
<paramdef>int <parameter><optional>connection_id</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -406,7 +406,7 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>odbc_errormsg</function></funcdef>
+ <funcdef>string <function>odbc_errormsg</function></funcdef>
<paramdef>int <parameter><optional>connection_id</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Previous message: Wez Furlong: "[PHP-DOC] cvs: phpdoc /en/functions openssl.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

