برای ذخیره بصورت فایل با این کد میتونی


$url = 'http://example.com/image.php';
$img = 'image.php';
file_put_contents($img, file_get_contents($url));