2011-04-28 外部ファイルをまるごと読み込む file_get_contents() PHP 例1 とあるウェブサイトのホームページのソースの取得と出力 <?php $homepage = file_get_contents('http://www.example.com/'); echo $homepage; ?>ネタ元 http://php.net/manual/ja/function.file-get-contents.php