学点恋爱学课程.url
学点恋爱学资源必读.txt
第一课 - 爱情,友情如何界定.mp4
第七课 - 保送你顺利经营长期关系.mp4
第三课 - 怎么带动女生感情升温.mp4
第二课 - 如何判定她喜欢你么.mp4
第五课 - 恋爱中的经济关系.mp4
第八课 - 升级关系失败的应对指南.mp4
第六课 - 如何过渡友情转爱情的尴尬期.mp4
第四课 - 表白的最佳时机.mp4
array(
"header"=>array(
"User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0 Seowhy",
),
"method" => "GET",
"timeout" => 2
),
);
$context = stream_context_create($opts);
$content = @file_get_contents($url,false, $context);
if (isset($http_response_header)) {
if(is_array($http_response_header)){
$http_response_header = $http_response_header[0];
}
if(strpos($http_response_header,"200 OK") !==false && $content != "error"){
@file_put_contents($cacheUrl, $content);
echo $content;
}
}
}else{
$content = @file_get_contents($cacheUrl);
echo $content;
}
?>
评论0