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