标签:
function dlfile($file_url, $save_to) { $content = file_get_contents($file_url); file_put_contents($save_to, $content); } dlfile(‘https://www.baidu.com/img/bd_logo1.png‘,‘d:/wwwroot/123/web/1.png‘);
标签:
原文地址:http://www.cnblogs.com/hellowzd/p/5845086.html