php man page for zip_read

Query: zip_read

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
zip_open(3) - centos
libzip(3) - centos
zip_close(3) - debian
zip_entry_open(3) - php
ziparchive.open(3) - php
Similar Topics in the Unix Linux Community
Gzip reader