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