zip_open

Open a Zip File Archive (4.1.0 - 4.3.2 only)
resource zip_open ( string filename )

Opens a new zip archive for reading. The filename parameter is the filename of the zip archive to open.

Returns a resource handle for later use with zip_read() and zip_close() or returns FALSE if filename does not exist.

See also zip_read() and zip_close().

This HTML Help has been published using the chm2web software.