reference/ibm_db2/functions/db2-result.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -11,9 +11,9 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
-
<type>mixed</type><methodname>db2_result</methodname>
14
+
<type class="union"><type>mixed</type><type>null</type></type><methodname>db2_result</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

...
...
@@ -54,7 +54,7 @@
54
54
&reftitle.returnvalues;
55
55
<para>
56
56
Returns the value of the requested field if the field exists in the result
57
-
set. Returns NULL if the field does not exist, and issues a warning.
57
+
set. Returns &null; if the field does not exist, and issues a warning.
58
58
</para>
59
59
</refsect1>
60
60

...
...
@@ -109,7 +109,6 @@ goat Rickety Ride
109
109
</refsect1>
110
110

111
111
</refentry>
112
-

113
112
<!-- Keep this comment at the end of the file
114
113
Local variables:
115
114
mode: sgml
116
115