PHP完全自学手册(珍藏版) 中文pdf扫描版下载
- $image = file_get_contents('http://www.url.com/image.jpg');
- file_put_contents('/images/image.jpg', $image); //Where to save the image on your server
转载请注明:谷谷点程序 » php利用file_get_contents保存图片
- $image = file_get_contents('http://www.url.com/image.jpg');
- file_put_contents('/images/image.jpg', $image); //Where to save the image on your server
转载请注明:谷谷点程序 » php利用file_get_contents保存图片