zip_open
zip_open
Open a ZIP file archive
**zip_open** string $filename
Opens a new zip archive for reading.
filenameThe file name of the ZIP archive to open.
Returns a resource handle for later use with
and
or returns either false or the number of error if
does not exist or in case of other error.
zip_read``zip_close``filename
zip_read``zip_close