Zip
在线手册:中文 英文
PHP手册

简介

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


Zip
在线手册:中文 英文
PHP手册
PHP手册 - N: 简介

用户评论:

alvaro at demogracia dot com (29-Sep-2008 12: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!