reference/phar/PharData/offsetSet.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,16 +1,16 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.offsetset">
3
+
<refentry xml:id="phardata.offsetset" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharData::offsetSet</refname>
6
-
<refpurpose>set the contents of a file within the tar/zip to those of an external file or string</refpurpose>
6
+
<refpurpose>Set the contents of a file within the tar/zip to those of an external file or string</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>void</type><methodname>PharData::offsetSet</methodname>
12
-
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
13
-
<methodparam><type>string</type><parameter>value</parameter></methodparam>
10
+
<methodsynopsis role="PharData">
11
+
<modifier>public</modifier> <type>void</type><methodname>PharData::offsetSet</methodname>
12
+
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
13
+
<methodparam><type class="union"><type>resource</type><type>string</type></type><parameter>value</parameter></methodparam>
14
14
</methodsynopsis>
15
15

16
16

...
...
@@ -27,7 +27,7 @@
27
27
<para>
28
28
<variablelist>
29
29
<varlistentry>
30
-
<term><parameter>offset</parameter></term>
30
+
<term><parameter>localName</parameter></term>
31
31
<listitem>
32
32
<para>
33
33
The filename (relative path) to modify in a tar or zip archive.
...
...
@@ -87,6 +87,11 @@ try {
87
87
</para>
88
88
</refsect1>
89
89

90
+
<refsect1 role="notes">
91
+
&reftitle.notes;
92
+
&phardata.note.performance;
93
+
</refsect1>
94
+

90
95
<refsect1 role="seealso">
91
96
&reftitle.seealso;
92
97
<para>
...
...
@@ -98,7 +103,6 @@ try {
98
103

99
104

100
105
</refentry>
101
-

102
106
<!-- Keep this comment at the end of the file
103
107
Local variables:
104
108
mode: sgml
105
109