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