PharFileInfo::compress
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 2.0.0) Compresses the current Phar entry with either zlib or bzip2 compression

2025-01-10 15:47:30
PharFileInfo::getPharFlags
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the Phar file entry flags

2025-01-10 15:47:30
PharFileInfo::setCompressedGZ
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses the current Phar entry within the phar using gz compression

2025-01-10 15:47:30
PharFileInfo::isCompressedGZ
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed using gz

2025-01-10 15:47:30
PharFileInfo::getCompressedSize
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the actual size of the file (with compression) inside the Phar

2025-01-10 15:47:30
PharFileInfo::isCRCChecked
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether file entry has had its CRC verified

2025-01-10 15:47:30
PharFileInfo::setUncompressed
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Uncompresses the current Phar entry within the phar, if it is compressed

2025-01-10 15:47:30
PharFileInfo::decompress
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 2.0.0) Decompresses the current Phar entry within the phar

2025-01-10 15:47:30
PharFileInfo::setCompressedBZIP2
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses the current Phar entry within the phar using Bzip2 compression

2025-01-10 15:47:30
PharFileInfo::isCompressed
  • References/PHP/Function/Compression/Phar/PharFileInfo

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed

2025-01-10 15:47:30