Easy Tutorial
❮ Php Types Comparisons Php Variable Handling Functions ❯

PHP zip_entry_filesize() Function



Definition and Usage

The zip_entry_filesize() function returns the original file size of the zip archive entry (before compression).

Syntax

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

Example

The above code will output:


❮ Php Types Comparisons Php Variable Handling Functions ❯