io_getSizeFile returns uncompressed size of given file
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the filesize.
_test/tests/inc/io_getSizeFile.test.php
0 → 100644
Please register or sign in to comment