reference/zip/functions/zip-close.xml
e7278889420140e0af5df90efe9f1cb63eb63842
...
...
@@ -6,6 +6,11 @@
6
6
<refname>zip_close</refname>
7
7
<refpurpose>Close a ZIP file archive</refpurpose>
8
8
</refnamediv>
9
+

10
+
<refsynopsisdiv>
11
+
&warn.deprecated.function-8-0-0;
12
+
</refsynopsisdiv>
13
+

9
14
<refsect1 role="description">
10
15
&reftitle.description;
11
16
<methodsynopsis>
...
...
@@ -37,6 +42,32 @@
37
42
&return.void;
38
43
</para>
39
44
</refsect1>
45
+

46
+
<refsect1 role="changelog">
47
+
&reftitle.changelog;
48
+
<para>
49
+
<informaltable>
50
+
<tgroup cols="2">
51
+
<thead>
52
+
<row>
53
+
<entry>&Version;</entry>
54
+
<entry>&Description;</entry>
55
+
</row>
56
+
</thead>
57
+
<tbody>
58
+
<row>
59
+
<entry>8.0.0</entry>
60
+
<entry>
61
+
This function is deprecated in favor of the Object API,
62
+
see <methodname>ZipArchive::close</methodname>.
63
+
</entry>
64
+
</row>
65
+
</tbody>
66
+
</tgroup>
67
+
</informaltable>
68
+
</para>
69
+
</refsect1>
70
+

40
71
<refsect1 role="seealso">
41
72
&reftitle.seealso;
42
73
<para>
...
...
@@ -46,6 +77,7 @@
46
77
</simplelist>
47
78
</para>
48
79
</refsect1>
80
+

49
81
</refentry>
50
82

51
83
<!-- Keep this comment at the end of the file
52
84