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