女性心理上.mp3
女性心理下.mp3
如何变得幽默.mp3
如何成为女人奖品.mp3
学点恋爱学课程.url
学点恋爱学资源必读.txt
情商.mp3
搭讪认识女生的具体目标,心态,克服焦虑.mp3
撩妹四心态.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