= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_read — 讀取一個打開了的壓縮目錄實體說明zip_entry_read(resource $zip_entry, in">
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)
zip_entry_read — 讀取一個打開了的壓縮目錄實體
$zip_entry
, int $length
= 1024): string讀取一個打開了的壓縮目錄實體。
zip_entry
由函數(shù)zip_read() 返回的目錄實體。
length
需要返回的字節(jié)數(shù)。
注意:
這字節(jié)數(shù)應該是你所要讀取的未壓縮的字節(jié)數(shù)。
成功的時候返回讀取到的數(shù)據;到達文件末尾的時候返回一個空的字符串;
讀取出錯的時候則會返回false