PHP
压缩 | Compression

zip_entry_read

zip_entry_read

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0)

zip_entry_read — 从打开的目录条目中读取

描述

string zip_entry_read ( resource $zip_entry [, int $length = 1024 ] )

从打开的目录条目中读取。

参数

zip_entry

由zip_read()返回的目录条目。

length

要返回的字节数。

注意

返回值

返回读取的数据,文件末尾的空字符串或FALSE错误。