reference/oci8/functions/oci-field-type-raw.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,12 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>oci_field_type_raw</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>oci_field_type_raw</methodname>
13
13
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
14
-
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
14
+
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>column</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Returns Oracle's raw "SQLT" data type of the <parameter>field</parameter>.
17
+
Returns Oracle's raw "SQLT" data type of the <parameter>column</parameter>.
18
18
</para>
19
19
<para>
20
20
If you want a field's type name, then use <function>oci_field_type</function> instead.
...
...
@@ -34,7 +34,7 @@
34
34
</listitem>
35
35
</varlistentry>
36
36
<varlistentry>
37
-
<term><parameter>field</parameter></term>
37
+
<term><parameter>column</parameter></term>
38
38
<listitem>
39
39
<para>
40
40
Can be the field's index (1-based) or name.
...
...
@@ -48,7 +48,7 @@
48
48
<refsect1 role="returnvalues">
49
49
&reftitle.returnvalues;
50
50
<para>
51
-
Returns Oracle's raw data type as a number, or &false; on errors.
51
+
Returns Oracle's raw data type as a number,&return.falseforfailure;
52
52
</para>
53
53
</refsect1>
54
54

...
...
@@ -91,21 +91,7 @@ oci_close($conn);
91
91
</example>
92
92
</para>
93
93
</refsect1>
94
-

95
-
<refsect1 role="notes">
96
-
&reftitle.notes;
97
-
<note>
98
-
<para>
99
-
In PHP versions before 5.0.0 you must use <function>ocicolumntyperaw</function> instead.
100
-
This name still can be used, it was left as alias of
101
-
<function>oci_field_type_raw</function> for downwards compatability.
102
-
This, however, is deprecated and not recommended.
103
-
</para>
104
-
</note>
105
-
</refsect1>
106
-

107
94
</refentry>
108
-

109
95
<!-- Keep this comment at the end of the file
110
96
Local variables:
111
97
mode: sgml
112
98