Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
PharFileInfo->isCompressedBZIP2
(no version information, might be only in CVS)
PharFileInfo->isCompressedBZIP2 -- Returns whether the entry is compressed using bzip2Popis
bool PharFileInfo->isCompressedBZIP2 ( void )This returns whether a file is compressed within a Phar archive with Bzip2 compression.
Návratové hodnoty
TRUE if the file is compressed within the Phar archive using Bzip2, FALSE if not.
PÅ™Ãklady
Viz také
PharFileInfo->getCompressedSize() |
PharFileInfo->isCompressedGZ() |
PharFileInfo->isCompressed() |
PÅ™edcházejÃcà | Domů | Dalšà |
PharFileInfo->isCompressed | Nahoru |