reference/bzip2/functions/bzopen.xml
c564dbc4f35dd39b4415ebbb671f2764a44306a6
...
...
@@ -8,12 +8,12 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>resource</type><methodname>bzopen</methodname>
12
-
<methodparam><type>mixed</type><parameter>file</parameter></methodparam>
11
+
<type class="union"><type>resource</type><type>false</type></type><methodname>bzopen</methodname>
12
+
<methodparam><type class="union"><type>string</type><type>resource</type></type><parameter>file</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>mode</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
<function>bzopen</function> opens a bzip2 (.bz2) file for reading or
16
+
<function>bzopen</function> opens a bzip2 (<filename>.bz2</filename>) file for reading or
17
17
writing.
18
18
</para>
19
19
</refsect1>
...
...
@@ -33,7 +33,7 @@
33
33
<term><parameter>mode</parameter></term>
34
34
<listitem>
35
35
<para>
36
-
The modes 'r' (read), and 'w' (write) are supported.
36
+
The modes <literal>'r'</literal> (read), and <literal>'w'</literal> (write) are supported.
37
37
Everything else will cause <function>bzopen</function> to return &false;.
38
38
</para>
39
39
</listitem>
...
...
@@ -77,7 +77,6 @@ bzclose($bz);
77
77
</para>
78
78
</refsect1>
79
79
</refentry>
80
-

81
80
<!-- Keep this comment at the end of the file
82
81
Local variables:
83
82
mode: sgml
84
83