reference/phar/PharData/decompressFiles.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.decompressfiles">
3
+
<refentry xml:id="phardata.decompressfiles" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharData::decompressFiles</refname>
6
6
<refpurpose>Decompresses all files in the current zip archive</refpurpose>
...
...
@@ -8,9 +8,9 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>PharData::decompressFiles</methodname>
13
-
<void />
11
+
<methodsynopsis role="PharData">
12
+
<modifier>public</modifier> <type>bool</type><methodname>PharData::decompressFiles</methodname>
13
+
<void/>
14
14
</methodsynopsis>
15
15
&phar.write;
16
16

...
...
@@ -29,6 +29,11 @@
29
29
</para>
30
30
</refsect1>
31
31

32
+
<refsect1 role="parameters">
33
+
&reftitle.parameters;
34
+
&no.function.parameters;
35
+
</refsect1>
36
+

32
37
<refsect1 role="returnvalues">
33
38
&reftitle.returnvalues;
34
39
<para>
...
...
@@ -119,7 +124,6 @@ bool(false)
119
124
</refsect1>
120
125

121
126
</refentry>
122
-

123
127
<!-- Keep this comment at the end of the file
124
128
Local variables:
125
129
mode: sgml
126
130