PHP » GoLang |
login |
register |
about
|
GoLang PharFileInfo::isCompressedGZ
request it (420)
GoLang replacement for PHP's PharFileInfo::isCompressedGZ
[edit | history]
PHP PharFileInfo::isCompressedGZPHP original manual for PharFileInfo::isCompressedGZ [ show | php.net ]PharFileInfo::isCompressedGZ(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) PharFileInfo::isCompressedGZ — Returns 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
|
more
Recently updated
more
Most requested
more
Last requests
|