PHP filesize(): Get the size of the file

The PHP filesize() function returns the size of a specified file in bytes. For example:

<?php
   echo filesize("codescracker.txt");
?>

The output produced by the above PHP example on the filesize() function is: