reference/ibm_db2/functions/db2-fetch-both.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -11,7 +11,7 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
-
<type>array</type><methodname>db2_fetch_both</methodname>
14
+
<type class="union"><type>array</type><type>false</type></type><methodname>db2_fetch_both</methodname>
15
15
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
16
16
<methodparam choice="opt"><type>int</type><parameter>row_number</parameter><initializer>-1</initializer></methodparam>
17
17
</methodsynopsis>
...
...
@@ -151,7 +151,6 @@ while ($row = db2_fetch_both($result, $i)) {
151
151

152
152

153
153
</refentry>
154
-

155
154
<!-- Keep this comment at the end of the file
156
155
Local variables:
157
156
mode: sgml
158
157