学员学前准备.mp3
学点恋爱学课程.url
学点恋爱学资源必读.txt
开战篇(九):如何面对婚姻危机(下).m4a
开战篇(八):如何面对婚姻危机(上).m4a
开战篇(一):发生婚外情怎么办.mp3
开战篇(七):跟小三的第二轮谈判.MP3
开战篇(三):跟小三的第一轮谈判.mp3
开战篇(二):抓小三的软肋.mp3
开战篇(五):跟老公进行第一轮谈判.mp3
开战篇(六):跟老公进行第二轮谈判.mp3
开战篇(四):夫妻链接会谈.mp3
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