zip_entry_read Read from an open directory entry &reftitle.description; stringzip_entry_read resourcezip_entry intlength Reads from an open directory entry. &reftitle.parameters; zip_entry A directory entry returned by zip_read. length The number of bytes to return. If not specified, this function will attempt to read 1024 bytes. This should be the uncompressed length you wish to read. &reftitle.returnvalues; Returns the data read, or &false; if the end of the file is reached. &reftitle.seealso; zip_entry_open zip_entry_close zip_entry_filesize