(PECL rar >= 0.1)
Get packed size of the entry
public int RarEntry::getPackedSize ( void )
Get packed size of the archive entry.
Note:
Note that on platforms with 32-bit longs (that includes Windows x64), the maximum size returned is capped at 2 GiB. Check the constant PHP_INT_MAX.
Returns:
Returns the packed size, or FALSE on error.
Changelog: