ソースコード

		$url = 'http://amaraimusi.sakura.ne.jp/sample/php/web_image_get/smp/imori.jpg';//WEB上の画像ファイルURL

		$data = file_get_contents($url);

		file_put_contents('img/test.jpg',$data);
		


サンプル




file_get_contentsのドキュメント 参考サイト