reference/phar/Phar/copy.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -8,10 +8,10 @@
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::copy</methodname>
13
-
<methodparam><type>string</type><parameter>oldfile</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>newfile</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>from</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>to</parameter></methodparam>
15
15
</methodsynopsis>
16
16
&phar.write;
17
17

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

99
99
</refentry>
100
-

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