file_get_contents() 指定したファイルの内容を全て取得する関数です。 <?php $contents = file_get_contents('test.txt'); echo $contents; ?>