|
PharFileInfo::isCompressedBZIP2(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::isCompressedBZIP2 — Returns whether the entry is compressed using bzip2 Описание
bool PharFileInfo::isCompressedBZIP2
( void
)
This returns whether a file is compressed within a Phar archive with Bzip2 compression. Возвращаемые значенияTRUE if the file is compressed within the Phar archive using Bzip2, FALSE if not. Примеры
Пример #1 A PharFileInfo::isCompressedBZIP2() example
<?php Результат выполнения данного примера: bool(false) bool(false) bool(true) Смотрите также
|
|