reference/mysqli/mysqli_result/lengths.xml
473b5ab2c14369c0bc9f17a7f122c9669718c3e3
...
...
@@ -10,10 +10,10 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>array</type><varname linkend="mysqli-result.lengths">mysqli_result->lengths</varname></fieldsynopsis>
13
+
<fieldsynopsis><type class="union"><type>array</type><type>null</type></type><varname linkend="mysqli-result.lengths">mysqli_result-&gt;lengths</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
-
<type>array</type><methodname>mysqli_fetch_lengths</methodname>
16
+
<type class="union"><type>array</type><type>false</type></type><methodname>mysqli_fetch_lengths</methodname>
17
17
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
...
...
@@ -134,7 +134,6 @@ Field 15 has Length 2
134
134
</refsect1>
135
135

136
136
</refentry>
137
-

138
137
<!-- Keep this comment at the end of the file
139
138
Local variables:
140
139
mode: sgml
141
140