<?php
$contents =file_get_contents('http://www.baidu.com/img/baidu_sylogo1.gif');
file_put_contents('url.gif',$contents);
?>