ZIP_READ(3) 1 ZIP_READ(3)
zip_read - Read next entry in a ZIP file archive
SYNOPSIS
resource zip_read (resource $zip)
DESCRIPTION
Reads the next entry in a zip file archive.
PARAMETERS
o $zip
- A ZIP file previously opened with zip_open(3).
RETURN VALUES
Returns a directory entry resource for later use with the zip_entry_... functions, or FALSE if there are no more entries to read, or an
error code if an error occurred.
SEE ALSO
zip_open(3), zip_close(3), zip_entry_open(3), zip_entry_read(3).
PHP Documentation Group ZIP_READ(3)