用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3049|回复: 3
收起左侧

关于新浪微博头像图片地址

[复制链接]
发表于 2012-10-8 10:04:46 | 显示全部楼层 |阅读模式
图片的地址是这样的:http://tp2.sinaimg.cn/1893053417/180/1,我现在想把这个图片处理存储到本地服务器上,可以实现吗?
发表于 2012-10-8 10:38:17 | 显示全部楼层
 楼主| 发表于 2012-10-8 11:00:12 | 显示全部楼层
jeongee 发表于 2012-10-8 10:38

那具体怎么实现的呢?Tks。
 楼主| 发表于 2012-10-9 14:25:23 | 显示全部楼层
解决了,可以的哈

$this->load->helper('file');
$data = file_get_contents("http://tp2.sinaimg.cn/2070296533/180/5640410092/1");
if ( ! write_file('images/people/weibo2.png', $data))
{
          echo 'Unable to write the file';
}
else
{
          echo 'File written!';
}

本版积分规则