From 5bd0d374dd9b3703da5f9c56e67474f59d76a570 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 22 Nov 2006 00:58:05 +0000 Subject: [PATCH] - fix example description (hscheidegger at zumbach dot ch) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223694 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/functions/ziparchive-addfile.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/zip/functions/ziparchive-addfile.xml b/reference/zip/functions/ziparchive-addfile.xml index d35a932a6c..65f31e06cb 100644 --- a/reference/zip/functions/ziparchive-addfile.xml +++ b/reference/zip/functions/ziparchive-addfile.xml @@ -1,5 +1,5 @@ - + ZipArchive::addFile @@ -48,10 +48,10 @@ &reftitle.examples; - This example opens a ZIP file archive, reads each file in the - archive and prints out its contents. The - test.zip archive used in this example is - one of the test archives in the ext/zip/examples directory. + This example opens a ZIP file archive + test.zip and add + the file /path/to/index.txt. + as newname.txt. Open and extract