Laravel Tech Community
Mar 30, 2021 · Backend Development
zip_entry_filesize – Retrieve the Actual Size of a Zip Directory Entry (PHP)
The PHP function zip_entry_filesize returns the actual size of a zip archive directory entry, takes a zip_entry resource obtained from zip_read(), and can be used together with zip_entry_name in example code to list file names and their original sizes.
Filesystemfile-size
0 likes · 2 min read
