reference/zip/functions/zip-entry-close.xml
d24e819ef190ffbf93f0b8a86e4ceb204a2579d4
...
...
@@ -6,6 +6,11 @@
6
6
<refname>zip_entry_close</refname>
7
7
<refpurpose>Close a directory entry</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,31 @@
37
42
&return.success;
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
+
</entry>
63
+
</row>
64
+
</tbody>
65
+
</tgroup>
66
+
</informaltable>
67
+
</para>
68
+
</refsect1>
69
+

40
70
<refsect1 role="seealso">
41
71
&reftitle.seealso;
42
72
<para>
...
...
@@ -46,8 +76,8 @@
46
76
</simplelist>
47
77
</para>
48
78
</refsect1>
49
-
</refentry>
50
79

80
+
</refentry>
51
81
<!-- Keep this comment at the end of the file
52
82
Local variables:
53
83
mode: sgml
54
84