<?php
$image = file_get_contents('http://www.oschina.net/image.jpg');
file_put_contents('/images/image.jpg', $image);//Where to save the image
?>
转载于:https://my.oschina.net/surjur/blog/287375
<?php
$image = file_get_contents('http://www.oschina.net/image.jpg');
file_put_contents('/images/image.jpg', $image);//Where to save the image
?>
转载于:https://my.oschina.net/surjur/blog/287375