男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

PharFileInfo::isCompressed

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)

PharFileInfo::isCompressedReturns whether the entry is compressed

說(shuō)明

public PharFileInfo::isCompressed(?int $compression = null): bool

This returns whether a file is compressed within a Phar archive with either Gzip or Bzip2 compression.

參數

compression

One of Phar::GZ or Phar::BZ2, defaults to any compression.

返回值

true if the file is compressed within the Phar archive, false if not.

更新日志

版本 說(shuō)明
8.0.0 compression is now nullable.

范例

示例 #1 A PharFileInfo::isCompressed() example

<?php
try {
    
$p = new Phar('/path/to/my.phar'0'my.phar');
    
$p['myfile.txt'] = 'hi';
    
$p['myfile2.txt'] = 'hi';
    
$p['myfile2.txt']->setCompressedGZ();
    
$file $p['myfile.txt'];
    
$file2 $p['myfile2.txt'];
    
var_dump($file->isCompressed());
    
var_dump($file2->isCompressed());
} catch (
Exception $e) {
    echo 
'Create/modify on phar my.phar failed: '$e;
}
?>

以上例程會(huì )輸出:

bool(false)
bool(true)

參見(jiàn)

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站