Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
Phar::canCompress
(no version information, might be only in CVS)
Phar::canCompress -- Returns whether phar extension supports compression using either zlib or bzip2Popis
bool Phar::canCompress ( [int type] )This should be used to test whether compression is possible prior to loading a phar archive containing compressed files.
Seznam parametrů
type
Either Phar::GZ or Phar::BZ2 can be used to test whether compression is possible with a specific compression algorithm (zlib or bzip2).
PÅ™edcházejÃcà | Domů | Dalšà |
Phar::apiVersion | Nahoru |