|
PharFileInfo::isCompressedReturns whether the entry is compressed Description
public bool PharFileInfo::isCompressed
([ int
$compression_type = 9021976
] )This returns whether a file is compressed within a Phar archive with either Gzip or Bzip2 compression. Parameters
Return Values
Examples
Example #1 A PharFileInfo::isCompressed example
<?php The above example will output: bool(false) bool(true) See Also
|