用php获取远程图片并把它保存到本地的代码
2015-01-24信息快讯网
function GrabImage($url,$filename="") {
if($url==""):return false;endif;
if($filename=="") {
$ext=strrchr($url,".");
if($ext!=".gif" && $ext!=".jpg"):return false;endif;
$filename=date("dMYHis").$ext;
}
ob_start();
readfile($url);
$img = ob_get_contents();
ob_end_clean();
$size = strlen($img);
$fp2=@fopen($filename, "a");
fwrite($fp2,$img);
fclose($fp2);
return $filename;
}
$img=GrabImage("http://news.bbc.co.uk/images/_1978837_detector_ap100.jpg","");
if($img):echo '<pre><img src="'.$img.'"></pre>';else:echo "false";endif;
?>
dedecms中的:
if(!empty($saveremoteimg))
{
$body = stripslashes($body);
$img_array = array();
preg_match_all("/(src|SRC)=[\"|'| ]{0,}(http:\/\/(.*)\.(gif|jpg|jpeg|bmp|png))/isU",$body,$img_array);
$img_array = array_unique($img_array[2]);
set_time_limit(0);
$imgUrl = $img_dir."/".strftime("%Y%m%d",time());
$imgPath = $base_dir.$imgUrl;
$milliSecond = strftime("%H%M%S",time());
if(!is_dir($imgPath)) @mkdir($imgPath,0777);
foreach($img_array as $key =>$value)
{
$value = trim($value);
$get_file = @file_get_contents($value);
$rndFileName = $imgPath."/".$milliSecond.$key.".".substr($value,-3,3);
$fileurl = $imgUrl."/".$milliSecond.$key.".".substr($value,-3,3);
if($get_file)
{
$fp = @fopen($rndFileName,"w");
@fwrite($fp,$get_file);
@fclose($fp);
}
$body = ereg_replace($value,$fileurl,$body);
}
$body = addslashes($body);
}
php设计模式 Observer(观察者模式)
PHP的substr_replace将指定两位置之间的字符替换为*号
PHP中调用ASP.NET的WebService的代码
php去掉字符串的最后一个字符附substr()的用法
php5 apache 2.2 webservice 创建与配置(java)
PHP 最大运行时间 max_execution_time修改方法
PHP set_time_limit(0)长连接的实现分析
php is_file()和is_dir()用于遍历目录时用法注意事项
php下使用SimpleXML 处理XML 文件
Search File Contents PHP 搜索目录文本内容的代码
php microtime获取浮点的时间戳
PHPMailer 中文使用说明小结
PHP simple_html_dom.php+正则 采集文章代码
phpmailer 中文使用说明(简易版)
php foreach、while性能比较
php preg_match_all结合str_replace替换内容中所有img
生成php程序的php代码
在php MYSQL中插入当前时间
PHP截取汉字乱码问题解决方法mb_substr函数的应用
WINDOWS下php5.2.4+mysql6.0+apache2.2.4+ZendOptimizer-3.3.0配置
How do I change MySQL timezone?
使用 MySQL Date/Time 类型
php下MYSQL limit的优化
php a simple smtp class
PHP_MySQL教程-第二天while循环与数据库操作第1/2页
PHP 中dirname(_file_)讲解
PHP 的 __FILE__ 常量
很实用的一个完整email发送程序
用DBSQL类加快开发MySQL数据库程序的速度
构建简单的Webmail系统
基于mysql的bbs设计(五)
基于mysql的bbs设计(四)
基于mysql的bbs设计(一)
新版百元变化更能防伪 收藏越稀缺越值钱