Posts Tagged "filesize"

How to check the size of a file in PHP

Posted on Mar 18, 2014

PHP has a handy function called filesize() which can help us display how big a file is. It does this in bytes by default, but with a bit of tinkering we can easily convert this into kilobytes or megabytes....

Learn More