reference/phar/PharData/extractTo.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -8,11 +8,11 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>PharData::extractTo</methodname>
13
-
<methodparam><type>string</type><parameter>pathto</parameter></methodparam>
14
-
<methodparam choice="opt"><type>string|array</type><parameter>files</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>overwrite</parameter><initializer>false</initializer></methodparam>
11
+
<methodsynopsis role="PharData">
12
+
<modifier>public</modifier> <type>bool</type><methodname>PharData::extractTo</methodname>
13
+
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>files</parameter><initializer>&null;</initializer></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>overwrite</parameter><initializer>&false;</initializer></methodparam>
16
16
</methodsynopsis>
17
17

18
18
<para>
...
...
@@ -32,7 +32,7 @@
32
32
<para>
33
33
<variablelist>
34
34
<varlistentry>
35
-
<term><parameter>pathto</parameter></term>
35
+
<term><parameter>directory</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
Path to extract the given <literal>files</literal> to
...
...
@@ -101,6 +101,11 @@ try {
101
101
</para>
102
102
</refsect1>
103
103

104
+
<refsect1 role="notes">
105
+
&reftitle.notes;
106
+
&note.extractto-windows;
107
+
</refsect1>
108
+

104
109
<refsect1 role="seealso">
105
110
&reftitle.seealso;
106
111
<para>
...
...
@@ -111,7 +116,6 @@ try {
111
116
</refsect1>
112
117

113
118
</refentry>
114
-

115
119
<!-- Keep this comment at the end of the file
116
120
Local variables:
117
121
mode: sgml
118
122