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 archiveSYNOPSISresource zip_read (resource $zip)DESCRIPTIONReads the next entry in a zip file archive.PARAMETERSo $zip - A ZIP file previously opened with zip_open(3).RETURN VALUESReturns 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 ALSOzip_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 |