|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">zip_entry_read説明string zip_entry_read ( resource zip_entry [, int length])Reads up to length bytes from an open directory entry. If length is not specified, then zip_entry_read() will attempt to read 1024 bytes. The parameter zip_entry is a valid directory entry returned by zip_read().
Returns the data read, or false if the end of the file is reached. See also zip_entry_open(), zip_entry_close() and zip_entry_filesize(). |