Man Page: zip_entry_compressionmethod
Operating Environment: php
Section: 3
ZIP_ENTRY_COMPRESSIONMETHOD(3) 1 ZIP_ENTRY_COMPRESSIONMETHOD(3)
zip_entry_compressionmethod - Retrieve the compression method of a directory entry
SYNOPSIS
string zip_entry_compressionmethod (resource $zip_entry)
DESCRIPTION
Returns the compression method of the directory entry specified by $zip_entry.
PARAMETERS
o $zip_entry
- A directory entry returned by zip_read(3).
RETURN VALUES
The compression method.
SEE ALSO
zip_open(3), zip_read(3).
PHP Documentation Group ZIP_ENTRY_COMPRESSIONMETHOD(3)