demo_func_filesystem_filesize.php:
<!DOCTYPE html> <html> <body> <?php echo filesize("test.txt"); ?> </body> </html>