reference/ibm_db2/functions/db2-fetch-array.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_array</methodname>
14
+
<type class="union"><type>array</type><type>false</type></type><methodname>db2_fetch_array</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>
...
...
@@ -143,7 +143,6 @@ while ($row = db2_fetch_array($result, $i)) {
143
143
</refsect1>
144
144

145
145
</refentry>
146
-

147
146
<!-- Keep this comment at the end of the file
148
147
Local variables:
149
148
mode: sgml
150
149