file_put_contents( 'image.jpg', file_get_contents( 'http://example.com/image.jpg' ) );
copy('http://example.com/image.jpg','image.jpg');