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!
Коментарии
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!