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