01_吸引力机制.mp4
02_吸引是怎么发生的?.mp4
03_男女吸引的差异.mp4
04_吸引力的七个开关.mp4
05_对吸引力的5个误区.mp4
06_自我提升的意义.mp4
07_长期关系如何维持框架?.mp4
08_长期关系中一定要避免的两个错误.mp4
09_富裕VS稀缺心态.mp4
10_alpha VS beta动态.mp4
11_体验VS印象动态.mp4
12_配得感:配得上一切美好.mp4
学点恋爱学课程.url
学点恋爱学资源必读.txt
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