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

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

...
...
@@ -32,6 +32,11 @@
32
32
</para>
33
33
</refsect1>
34
34

35
+
<refsect1 role="parameters">
36
+
&reftitle.parameters;
37
+
&no.function.parameters;
38
+
</refsect1>
39
+

35
40
<refsect1 role="returnvalues">
36
41
&reftitle.returnvalues;
37
42
<para>
...
...
@@ -123,7 +128,6 @@ bool(false)
123
128
</refsect1>
124
129

125
130
</refentry>
126
-

127
131
<!-- Keep this comment at the end of the file
128
132
Local variables:
129
133
mode: sgml
130
134