|
PharFileInfo::getCompressedSizeReturns the actual size of the file (with compression) inside the Phar archive Description
public int PharFileInfo::getCompressedSize()
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 ParametersThis function has no parameters. Return ValuesThe size in bytes of the file within the Phar archive on disk. Examples
Example #1 A PharFileInfo::getCompressedSize example
The above example will output: 2 See Also
|