$opts = array(
'http'=>array(
    'method'=>"GET",
    'timeout'=>60,
   )
);
$context = stream_context_create($opts);

$html =file_get_contents(' http://www.example.com', false, $context);