$opts = array('http' =>
array(
'method' => 'GET',
'timeout' => 3
)
);
$context = stream_context_create($opts);
$url = "www.google.com";
$text = @file_get_contents($url,false,$context,-1,100);
if($text==FALSE){
return FALSE;
}
return TRUE;
 2018-06-21 23:34:53
		浏览 2760
		
		2018-06-21 23:34:53
		浏览 2760
	
    $opts = array('http' =>
array(
'method' => 'GET',
'timeout' => 3
)
);
$context = stream_context_create($opts);
$url = "www.google.com";
$text = @file_get_contents($url,false,$context,-1,100);
if($text==FALSE){
return FALSE;
}
return TRUE;
 随时随地看视频慕课网APP
随时随地看视频慕课网APP
相关课程