downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Installing/Configuring> <Zip
[edit] Last updated: Fri, 10 Feb 2012

view this page in

Introduction

This extension enables you to transparently read or write ZIP compressed archives and the files inside them.



add a note add a note User Contributed Notes Introduction
alvaro at demogracia dot com 28-Sep-2008 10:23
When using this extension you can choose between two interfaces:
- The procedural one: run the appropiate zip_...() functions
- The object-oriented one: instanciate the ZipArchive class and call the required methods
I suppose they're roughly equivalent. Don't mix them!

 
show source | credits | stats | sitemap | contact | advertising | mirror sites