码迷,mamicode.com
首页 > 其他好文 > 详细

广州车展缓存

时间:2014-11-05 12:22:59      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:http   ar   sp   2014   bs   res   tt   php   nbsp   

$guangzhou_tmp_key = ‘guangzhouchezhan‘;
$guangzhou_arr = $memcache->get($guangzhou_tmp_key);
if(!$guangzhou_arr){
    $guangzhou_data = curl(‘http://hezuo.xcar.com.cn/chezhan/2014gz_interface.php‘);
    $guangzhou_arr=unserialize($guangzhou_data);
    $memcache->set($guangzhou_tmp_key,$guangzhou_arr,MEMCACHE_COMPRESSED,3600*6);
}

广州车展缓存

标签:http   ar   sp   2014   bs   res   tt   php   nbsp   

原文地址:http://www.cnblogs.com/afei-happy/p/4075971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!