zip_read

Read Next Entry in a Zip File Archive (4.1.0 - 4.3.2 only)
resource zip_read ( resource zip )

Reads the next entry in a zip file archive. The parameter zip must be a zip archive previously opened by zip_open().

Returns a directory entry resource for later use with the zip_entry_...() functions or FALSE if there's no more entries to read.

See also zip_open(), zip_close(), zip_entry_open(), and zip_entry_read().

This HTML Help has been published using the chm2web software.