= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_compressedsize — 檢索目錄項(xiàng)壓縮過后的大小說明zip_entry_compressed">

zip_entry_compressedsize

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

zip_entry_compressedsize檢索目錄項(xiàng)壓縮過后的大小

說明

zip_entry_compressedsize(resource $zip_entry): int

返回指定目錄項(xiàng)壓縮過后的大小。

參數(shù)

zip_entry

由函數(shù)zip_read() 返回的目錄項(xiàng)。

返回值

壓縮后的大小。

參見