Easy Tutorial
❮ Func Array Map Php Image Type To Extension ❯

PHP zip_entry_compressedsize() Function



Definition and Usage

The zip_entry_compressedsize() function returns the compressed file size of a zip archive entry.

Syntax

Parameter Description
zip_entry Required. Specifies the zip entry resource to read (opened by zip_read()).

Example

The above code will output:

❮ Func Array Map Php Image Type To Extension ❯