|
PharFileInfo::getCompressedSizeReturns the actual size of the file (with compression) inside the Phar archive Beschreibung
public int PharFileInfo::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 RückgabewerteThe size in bytes of the file within the Phar archive on disk. Beispiele
Beispiel #1 A PharFileInfo::getCompressedSize example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 2 Siehe auch
|