reference/zip/ziparchive/close.xml
28f0dc949d62c97698ac4a0ca814c3780d8cf318
...
...
@@ -16,8 +16,10 @@
16
16
automatically called at the end of the script.
17
17
</para>
18
18
<para>
19
-
If the archive contains no files, the file is completely removed
20
-
(no empty archive is written).
19
+
If the archive contains no files, the file is completely removed by default
20
+
(no empty archive is written) according to the value of the
21
+
<constant>ZipArchive::AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE</constant>
22
+
global flag.
21
23
</para>
22
24
</refsect1>
23
25

...
...
@@ -32,6 +34,15 @@
32
34
&return.success;
33
35
</para>
34
36
</refsect1>
37
+

38
+
<refsect1 role="seealso">
39
+
&reftitle.seealso;
40
+
<para>
41
+
<simplelist>
42
+
<member><methodname>ZipArchive::setArchiveFlag</methodname></member>
43
+
</simplelist>
44
+
</para>
45
+
</refsect1>
35
46
</refentry>
36
47
<!-- Keep this comment at the end of the file
37
48
Local variables:
38
49