reference/oci8/functions/oci-field-name.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,12 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>oci_field_name</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>oci_field_name</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 the name of the <parameter>field</parameter>.
17
+
Returns the name of the <parameter>column</parameter>.
18
18
</para>
19
19
</refsect1>
20
20

...
...
@@ -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 name as a string, or &false; on errors.
48
+
Returns the name as a string,&return.falseforfailure;
49
49
</para>
50
50
</refsect1>
51
51

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

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

124
112
<refsect1 role="seealso">
125
113
&reftitle.seealso;
126
114
<para>
...
...
@@ -133,7 +121,6 @@ oci_close($conn);
133
121
</refsect1>
134
122

135
123
</refentry>
136
-

137
124
<!-- Keep this comment at the end of the file
138
125
Local variables:
139
126
mode: sgml
140
127