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