demo_func_filesystem_file.php:
<!DOCTYPE html> <html> <body> <?php print_r(file("test.txt")); ?> </body> </html>