(no version information, might be only in CVS)
Phar::canCompress -- Returns whether phar extension supports compression using either zlib or bzip2This should be used to test whether compression is possible prior to loading a phar archive containing compressed files.
type
Either Phar::GZ or Phar::BZ2 can be used to test whether compression is possible with a specific compression algorithm (zlib or bzip2).