ソースコード
<?php
$opts = array(
'http'=>array(
'method'=>"GET",
'header'=>"Accept-language: en¥r¥n" .
"Cookie: foo=bar¥r¥n"
)
);
echo file_get_contents('http://www.example.com', false, stream_context_create($opts));
?>
file_get_contents関数で取得したコンテンツ
This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.