reference/oci8/functions/oci-result.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -11,10 +11,10 @@
11
11
<methodsynopsis>
12
12
<type>mixed</type><methodname>oci_result</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 data from <parameter>field</parameter> in the current row,
17
+
Returns the data from <parameter>column</parameter> in the current row,
18
18
fetched by <function>oci_fetch</function>.
19
19
</para>
20
20
&oci.datatypes;
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>field</parameter></term>
35
+
<term><parameter>column</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
Can be either use the column number (1-based) or the column name.
...
...
@@ -92,18 +92,6 @@ oci_close($conn);
92
92
</para>
93
93
</refsect1>
94
94

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

107
95
<refsect1 role="seealso">
108
96
&reftitle.seealso;
109
97
<para>
...
...
@@ -118,7 +106,6 @@ oci_close($conn);
118
106
</refsect1>
119
107

120
108
</refentry>
121
-

122
109
<!-- Keep this comment at the end of the file
123
110
Local variables:
124
111
mode: sgml
125
112