php获取远程网站图片并保存本地
php获取远程网站图片并保存本地
$p_w_picpath = file_get_contents('http://www.php100.com/uploadfile/2013/1220/thumb_420_240_20131220014732896.jpg');file_put_contents('p_w_picpath.jpg', $p_w_picpath);//Where to save the p_w_picpath
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。