reference/phar/PharData/copy.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -8,10 +8,10 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>PharData::copy</methodname>
13
-
<methodparam><type>string</type><parameter>oldfile</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>newfile</parameter></methodparam>
11
+
<methodsynopsis role="PharData">
12
+
<modifier>public</modifier> <type>bool</type><methodname>PharData::copy</methodname>
13
+
<methodparam><type>string</type><parameter>from</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>to</parameter></methodparam>
15
15
</methodsynopsis>
16
16

17
17
<para>
...
...
@@ -26,14 +26,14 @@
26
26
<para>
27
27
<variablelist>
28
28
<varlistentry>
29
-
<term><parameter>oldfile</parameter></term>
29
+
<term><parameter>from</parameter></term>
30
30
<listitem>
31
31
<para>
32
32
</para>
33
33
</listitem>
34
34
</varlistentry>
35
35
<varlistentry>
36
-
<term><parameter>newfile</parameter></term>
36
+
<term><parameter>to</parameter></term>
37
37
<listitem>
38
38
<para>
39
39
</para>
...
...
@@ -96,7 +96,6 @@ echo file_get_contents('phar://myphar.tar/c'); // outputs "hi"
96
96
</refsect1>
97
97

98
98
</refentry>
99
-

100
99
<!-- Keep this comment at the end of the file
101
100
Local variables:
102
101
mode: sgml
103
102