reference/ibm_db2/functions/db2-field-display-size.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_display_size</methodname>
14
+
<type class="union"><type>int</type><type>false</type></type><methodname>db2_field_display_size</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>
...
...
@@ -103,7 +103,6 @@ Use the PEAR Coding Standards
103
103

104
104

105
105
</refentry>
106
-

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