reference/phar/PharFileInfo/getMetadata.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,15 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="pharfileinfo.getmetadata">
3
+
<refentry xml:id="pharfileinfo.getmetadata" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharFileInfo::getMetadata</refname>
6
6
<refpurpose>Returns file-specific meta-data saved with a file</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="PharFileInfo">
11
11
<modifier>public</modifier> <type>mixed</type><methodname>PharFileInfo::getMetadata</methodname>
12
-
<void/>
12
+
<methodparam choice="opt"><type>array</type><parameter>unserializeOptions</parameter><initializer>[]</initializer></methodparam>
13
13
</methodsynopsis>
14
14

15
15
<para>
...
...
@@ -30,6 +30,28 @@
30
30
</para>
31
31
</refsect1>
32
32

33
+
<refsect1 role="changelog">
34
+
&reftitle.changelog;
35
+
<informaltable>
36
+
<tgroup cols="2">
37
+
<thead>
38
+
<row>
39
+
<entry>&Version;</entry>
40
+
<entry>&Description;</entry>
41
+
</row>
42
+
</thead>
43
+
<tbody>
44
+
<row>
45
+
<entry>8.0.0</entry>
46
+
<entry>
47
+
The parameter <parameter>unserializeOptions</parameter> has been added.
48
+
</entry>
49
+
</row>
50
+
</tbody>
51
+
</tgroup>
52
+
</informaltable>
53
+
</refsect1>
54
+

33
55
<refsect1 role="examples">
34
56
&reftitle.examples;
35
57
<para>
...
...
@@ -83,7 +105,6 @@ array(2) {
83
105
</refsect1>
84
106

85
107
</refentry>
86
-

87
108
<!-- Keep this comment at the end of the file
88
109
Local variables:
89
110
mode: sgml
90
111