reference/phar/Phar/delete.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -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::delete</methodname>
13
-
<methodparam><type>string</type><parameter>entry</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
14
14
</methodsynopsis>
15
15
&phar.write;
16
16

...
...
@@ -26,7 +26,7 @@
26
26
<para>
27
27
<variablelist>
28
28
<varlistentry>
29
-
<term><parameter>entry</parameter></term>
29
+
<term><parameter>localName</parameter></term>
30
30
<listitem>
31
31
<para>
32
32
Path within an archive to the file to delete.
...
...
@@ -88,7 +88,6 @@ try {
88
88
</refsect1>
89
89

90
90
</refentry>
91
-

92
91
<!-- Keep this comment at the end of the file
93
92
Local variables:
94
93
mode: sgml
95
94