reference/oci8/functions/oci-num-fields.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -36,7 +36,7 @@
36
36
<refsect1 role="returnvalues">
37
37
&reftitle.returnvalues;
38
38
<para>
39
-
Returns the number of columns as an integer, or &false; on errors.
39
+
Returns the number of columns as an <type>int</type>.
40
40
</para>
41
41
</refsect1>
42
42

...
...
@@ -79,21 +79,7 @@ oci_close($conn);
79
79
</example>
80
80
</para>
81
81
</refsect1>
82
-

83
-
<refsect1 role="notes">
84
-
&reftitle.notes;
85
-
<note>
86
-
<para>
87
-
In PHP versions before 5.0.0 you must use <function>ocinumcols</function> instead.
88
-
This name still can be used, it was left as alias of
89
-
<function>oci_num_fields</function> for downwards compatability.
90
-
This, however, is deprecated and not recommended.
91
-
</para>
92
-
</note>
93
-
</refsect1>
94
-

95
82
</refentry>
96
-

97
83
<!-- Keep this comment at the end of the file
98
84
Local variables:
99
85
mode: sgml
100
86