From 4b560fc519bc243afca73b62de26886270b830e5 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 22 Oct 2010 14:13:03 +0000 Subject: [PATCH] Fixed bug #52309 (Wrong description for examples of ZipArchive::extractTo) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304623 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/ziparchive/extractto.xml | 8 +------- reference/zip/ziparchive/open.xml | 6 ------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/reference/zip/ziparchive/extractto.xml b/reference/zip/ziparchive/extractto.xml index 0fb6221733..af482b7ebd 100644 --- a/reference/zip/ziparchive/extractto.xml +++ b/reference/zip/ziparchive/extractto.xml @@ -49,12 +49,6 @@ &reftitle.examples; - - This example opens a ZIP file archive, reads each file in the - archive and prints out its contents. The - test2.zip archive used in this example is - one of the test archives in the ZZIPlib source distribution. - Extract all entries @@ -73,7 +67,7 @@ if ($zip->open('test.zip') === TRUE) { - Extract only two entries + Extract two entries &reftitle.examples; - - This example opens a ZIP file archive, reads each file in the - archive and prints out its contents. The - test2.zip archive used in this example is - one of the test archives in the ZZIPlib source distribution. - Open and extract