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