update : 2015.11.03
php.shukuma.com검색:
|
PharFileInfo::isCompressed(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::isCompressed — Returns whether the entry is compressed 설명
public bool PharFileInfo::isCompressed
([ int
$compression_type = 9021976
] )This returns whether a file is compressed within a Phar archive with either Gzip or Bzip2 compression. 인수
반환값
예제
Example #1 A PharFileInfo::isCompressed() example
<?php 위 예제의 출력: bool(false) bool(true) 참고
|