ソースコード


<?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関数で取得したコンテンツ

Example Domain

Example Domain

This domain is for use in documentation examples without needing permission. Avoid use in operations.

Learn more