From ec801c0f7426d827cfba00c90215e39832eddc82 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Sun, 3 Jun 2001 22:30:47 +0000 Subject: [PATCH] - corrected a typo - some function names were wrong git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49163 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/zip.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/zip.xml b/functions/zip.xml index 5718b8ce0b..d1093b55c0 100644 --- a/functions/zip.xml +++ b/functions/zip.xml @@ -33,7 +33,7 @@ Zip Usage Example -<?PHP +<?php $zip = zip_open("/tmp/test2.zip"); @@ -96,7 +96,7 @@ if ($zip) { - zip_close + zip_entry_close Close a Directory Entry @@ -280,7 +280,7 @@ if ($zip) { - zip_read + zip_entry_read Read From an Open Directory Entry @@ -353,7 +353,7 @@ if ($zip) { zip_read - Reads Next Entry in a Zip File Archive + Read Next Entry in a Zip File Archive Description