PHP ManualPharFileInfo::isCompressedGZ(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::isCompressedGZ — Returns whether the entry is compressed using gz Description
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
![]() |
PHP-Index
New Tutorial entries
|