tony2001 Wed Jul 21 10:32:09 2004 EDT
Modified files:
/phpdoc/en/reference/oci8/functions ocicolumntyperaw.xml
Log:
ocicolumntyperaw() returns int, not mixed
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.9
phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.10
--- phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.9 Sat May 29 06:13:37
2004
+++ phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml Wed Jul 21 10:32:09
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!--
DO NOT TRANSLATE THIS FILE.
@@ -16,7 +16,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>mixed</type><methodname>ocicolumntyperaw</methodname>
+ <type>int</type><methodname>ocicolumntyperaw</methodname>
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>