reference/oci8/functions/oci-field-type.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>oci_field_type</methodname>
12
+
<type class="union"><type>string</type><type>int</type><type>false</type></type><methodname>oci_field_type</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
17
Returns a field's data type name.
...
...
@@ -31,7 +31,7 @@
31
31
</listitem>
32
32
</varlistentry>
33
33
<varlistentry>
34
-
<term><parameter>field</parameter></term>
34
+
<term><parameter>column</parameter></term>
35
35
<listitem>
36
36
<para>
37
37
Can be the field's index (1-based) or name.
...
...
@@ -45,7 +45,7 @@
45
45
<refsect1 role="returnvalues">
46
46
&reftitle.returnvalues;
47
47
<para>
48
-
Returns the field data type as a string, or &false; on errors.
48
+
Returns the field data type as a &string; or an &integer;,&return.falseforfailure;
49
49
</para>
50
50
</refsect1>
51
51

...
...
@@ -111,18 +111,6 @@ oci_close($conn);
111
111
</para>
112
112
</refsect1>
113
113

114
-
<refsect1 role="notes">
115
-
&reftitle.notes;
116
-
<note>
117
-
<para>
118
-
In PHP versions before 5.0.0 you must use <function>ocicolumntype</function> instead.
119
-
This name still can be used, it was left as alias of
120
-
<function>oci_field_type</function> for downwards compatability.
121
-
This, however, is deprecated and not recommended.
122
-
</para>
123
-
</note>
124
-
</refsect1>
125
-

126
114
<refsect1 role="seealso">
127
115
&reftitle.seealso;
128
116
<para>
...
...
@@ -135,7 +123,6 @@ oci_close($conn);
135
123
</refsect1>
136
124

137
125
</refentry>
138
-

139
126
<!-- Keep this comment at the end of the file
140
127
Local variables:
141
128
mode: sgml
142
129