PharFileInfo::isCompressed

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed public bool PharFileInfo::isCompressed ([ int $compression_type = 9021976 ] ) This returns whether a file is compressed within a Phar archive with either Gzip or Bzip2 compression. Parameters: compression_type One of Phar::GZ or Phar::BZ2, defaults to any compression. Ret

PharFileInfo::isCompressedBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed using bzip2 public bool PharFileInfo::isCompressedBZIP2 ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This returns whether a file is compressed within a Phar archive

PharFileInfo::isCompressedGZ

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed using gz public bool PharFileInfo::isCompressedGZ ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This returns whether a file is compressed within a Phar archive with

PharFileInfo::setCompressedBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses the current Phar entry within the phar using Bzip2 compression public bool PharFileInfo::setCompressedBZIP2 ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method compresses the file inside t

PharFileInfo::setCompressedGZ

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses the current Phar entry within the phar using gz compression public bool PharFileInfo::setCompressedGZ ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method compresses the file inside the Pha

PharFileInfo::setMetadata

(PHP >= 5.3.0, PECL phar >= 1.0.0) Sets file-specific meta-data saved with a file public void PharFileInfo::setMetadata ( mixed $metadata ) PharFileInfo::setMetadata() should only be used to store customized data in a file that cannot be represented with existing information stored with a file. Meta-data can significantly slow down the performance of loading a phar archive if the data is large, or if there are many fi

PharFileInfo::setUncompressed

(PHP >= 5.3.0, PECL phar >= 1.0.0) Uncompresses the current Phar entry within the phar, if it is compressed public bool PharFileInfo::setUncompressed ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method decompresses the file inside the

PharException

(Unknown) The PharException class provides a phar-specific exception class for try/catch blocks.

rar_wrapper_cache_stats

(PECL rar >= 3.0.0) Cache hits and misses for the URL wrapper string rar_wrapper_cache_stats ( void ) Returns: This function is currently not documented; only its argument list is available.

RarArchive::close

(PECL rar >= 2.0.0) Close RAR archive and free all resources public bool RarArchive::close ( void ) Object oriented style (method): Procedural style: bool rar_close ( RarArchive $rarfile ) Close RAR archive and free all allocated resources. Parameters: rarfile A RarArchive object, opened with rar_open(). Returns: Returns TRUE on success or FA