Complete PHP Zip File Reference
The zip_open() function opens a zip archive for reading.
This function returns a open zip file resource on success, or FALSE on failure.
| Parameter | Description |
|---|---|
| filename | Required. Specifies filename and path of the zip file to open |
Tip: The opened zip file resource can be used later with the zip_read() and zip_close() functions.
Complete PHP Zip File Reference
Your message has been sent to W3Schools.