reference/phar/PharData/compressFiles.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compressfiles">
3
+
<refentry xml:id="phardata.compressfiles" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharData::compressFiles</refname>
6
6
<refpurpose>Compresses all files in the current tar/zip archive</refpurpose>
...
...
@@ -8,8 +8,8 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>PharData::compressFiles</methodname>
11
+
<methodsynopsis role="PharData">
12
+
<modifier>public</modifier> <type>void</type><methodname>PharData::compressFiles</methodname>
13
13
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
14
14
</methodsynopsis>
15
15

...
...
@@ -51,7 +51,7 @@
51
51
<refsect1 role="returnvalues">
52
52
&reftitle.returnvalues;
53
53
<para>
54
-
&return.success;
54
+
&return.void;
55
55
</para>
56
56
</refsect1>
57
57

...
...
@@ -138,7 +138,6 @@ bool(true)
138
138
</refsect1>
139
139

140
140
</refentry>
141
-

142
141
<!-- Keep this comment at the end of the file
143
142
Local variables:
144
143
mode: sgml
145
144