│ 学点恋爱学课程.url
│ 学点恋爱学资源必读.txt
├─怎么聊
│ 第一节课.mp4
│ 第七节课.mp4
│ 第三节课.mp4
│ 第九节课.mp4
│ 第二节课.mp4
│ 第五节课.mp4
│ 第八节课.mp4
│ 第六节课.mp4
│ 第十节课.mp4
│ 第四节课.mp4
│
└─聊什么
第一节课.mp4
第七节课.mp4
第三节课.mp4
第九节课.mp4
第二十一节课.mp4
第二十节课.mp4
第二节课.mp4
第五节课.mp4
第八节课.mp4
第六节课.mp4
第十一节课.mp4
第十七节课.mp4
第十三节课.mp4
第十九节课.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