PHP » GoLang |
login |
register |
about
|
GoLang Phar::isCompressed
request it (480)
GoLang replacement for PHP's Phar::isCompressed
[edit | history]
Phar::isCompressed(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0) Phar::isCompressed — Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on) Description
Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed
(.tar.gz/tar.bz and so on). Zip-based phar archives cannot be compressed as a
file, and so this method will always return ParametersNo parameters. Return Values
Phar::GZ, Phar::BZ2 or Examples
Example #1 A Phar::isCompressed() example
<?php The above example will output: bool(false) bool(false) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|