reference/ibm_db2/functions/db2-field-num.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -11,9 +11,9 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
-
<type>int</type><methodname>db2_field_num</methodname>
14
+
<type class="union"><type>int</type><type>false</type></type><methodname>db2_field_num</methodname>
15
15
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
16
-
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
16
+
<methodparam><type class="union"><type>int</type><type>string</type></type><parameter>column</parameter></methodparam>
17
17
</methodsynopsis>
18
18

19
19
<para>
...
...
@@ -101,7 +101,6 @@ Use the PEAR Coding Standards
101
101
</refsect1>
102
102

103
103
</refentry>
104
-

105
104
<!-- Keep this comment at the end of the file
106
105
Local variables:
107
106
mode: sgml
108
107