update : 2015.11.03
php.shukuma.com검색:
|
PharFileInfo::isCompressedGZ(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::isCompressedGZ — Returns whether the entry is compressed using gz 설명
public bool PharFileInfo::isCompressedGZ
( void
)
This returns whether a file is compressed within a Phar archive with Gzip compression. 반환값
예제
Example #1 A PharFileInfo::isCompressedGZ() example
<?php 위 예제의 출력: bool(false) bool(true) bool(false) 참고
|