From 263a1a40de3fea584c6a2c08ee679168b39766b6 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 13 Aug 2006 22:15:55 +0000 Subject: [PATCH] - add ZIPARCHIVE::OVERWRITE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218108 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/constants.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/reference/zip/constants.xml b/reference/zip/constants.xml index 9cef621eed..fa4d87bf40 100644 --- a/reference/zip/constants.xml +++ b/reference/zip/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -21,6 +21,18 @@ + + + ZIPARCHIVE::OVERWRITE + (integer) + + + + Always start a new archive, this mode will overwrite the file if + it already exists. + + +