Query: zip_entry_read
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ZIP_ENTRY_READ(3) 1 ZIP_ENTRY_READ(3) zip_entry_read - Read from an open directory entrySYNOPSISstring zip_entry_read (resource $zip_entry, [int $length = 1024])DESCRIPTIONReads from an open directory entry.PARAMETERSo $zip_entry - A directory entry returned by zip_read(3). o $length - The number of bytes to return. Note This should be the uncompressed length you wish to read.RETURN VALUESReturns the data read, empty string on end of a file, or FALSE on error.SEE ALSOzip_entry_open(3), zip_entry_close(3), zip_entry_filesize(3). PHP Documentation Group ZIP_ENTRY_READ(3)
Related Man Pages |
---|
readdir(3) - php |
bzread(3) - php |
dir(3) - php |
gzread(3) - php |
ldap_first_attribute(3) - php |