PharFileInfo::getCompressedSize — Returns the actual size of the file (with compression) inside the Phar archive
Description
intPharFileInfo::getCompressedSize
( void
)
This returns the size of the file within the Phar archive. Uncompressed files will return
the same value for getCompressedSize as they will with filesize()
Return Values
The size in bytes of the file within the Phar archive on disk.
Examples
Example #1 A PharFileInfo::getCompressedSize() example