zip_entry_filesize(): Retrieve the Actual Size of a Zip Entry
zip_entry_filesize() is a PHP function that returns the actual size of a specified zip entry, taking a zip entry resource obtained via zip_read() as its argument and providing the entry’s size in bytes.
