Easy Tutorial
❮ Func Array Replace Recursive Func Zip Open ❯

PHP zip_entry_compressionmethod() Function



Definition and Usage

The zip_entry_compressionmethod() function returns the compression method 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 Replace Recursive Func Zip Open ❯