PHP.nl

zip_entry_read

zip_entry_read

Read from an open directory entry

 **zip_entry_read** resource $zip_entry int $len

Reads from an open directory entry.

zip_entry A directory entry returned by . zip_read

lenThe number of bytes to return.

Opmerking: > This should be the uncompressed length you wish to read.

Returns the data read, empty string on end of a file, or false on error.

zip_entry_open``zip_entry_close``zip_entry_filesize