|
PHP5中文手册
PharFileInfo->isCompressedGZ(PECL phar:1.0.0-1.2.1) PharFileInfo->isCompressedGZ — Returns whether the entry is compressed using gz 说明
bool PharFileInfo->isCompressedGZ
( void
)
This returns whether a file is compressed within a Phar archive with Gzip compression. 返回值TRUE if the file is compressed within the Phar archive using Gzip, FALSE if not. 范例
Example#1 A PharFileInfo->isCompressedGZ() example
<?php 上例将输出:
|