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