Phar::isCompressed() - Phar类
Phar::isCompressed()
(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0)
Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed(.tar.gz/tar.bz and so on)
说明
publicPhar::isCompressed(void): mixedNote:此方法需要将php.ini中的phar.readonly设为0以适合Phar对象.否则,将抛出PharException.
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 FALSE
if a zip-based phar archive is queried.
参数
No parameters.
返回值
Phar::GZ,Phar::BZ2or FALSE
范例
A Phar::isCompressed() example
以上例程会输出:
bool(false) bool(false) bool(true)
参见
- PharFileInfo::getCompressedSize() Returns the actual size of the file(with compression)inside the Phar archive
- PharFileInfo::isCompressed() Returns whether the entry is compressed
- PharFileInfo::decompress() Decompresses the current Phar entry within the phar
- PharFileInfo::compress() Compresses the current Phar entry with either zlib or bzip2 compression
- Phar::decompress() Decompresses the entire Phar archive
- Phar::compress() Compresses the entire Phar archive using Gzip or Bzip2 compression
- Phar::canCompress() Returns whether phar extension supports compression using either zlib or bzip2
- Phar::compressFiles() Compresses all files in the current Phar archive
- Phar::decompressFiles() Decompresses all files in the current Phar archive
- Phar::getSupportedCompression() Return array of supported compression algorithms
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!