|
PharFileInfo::isCompressedGZReturns whether the entry is compressed using gz Description
public bool PharFileInfo::isCompressedGZ
( void
)
This returns whether a file is compressed within a Phar archive with Gzip compression. Return Values
Examples
Example #1 A PharFileInfo::isCompressedGZ example
<?php The above example will output: bool(false) bool(true) bool(false) See Also
|