reference/bzip2/functions/bzread.xml
c564dbc4f35dd39b4415ebbb671f2764a44306a6
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>bzread</methodname>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>bzread</methodname>
12
12
<methodparam><type>resource</type><parameter>bz</parameter></methodparam>
13
13
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>1024</initializer></methodparam>
14
14
</methodsynopsis>
...
...
@@ -90,7 +90,6 @@ echo $decompressed_file;
90
90
</para>
91
91
</refsect1>
92
92
</refentry>
93
-

94
93
<!-- Keep this comment at the end of the file
95
94
Local variables:
96
95
mode: sgml
97
96