How to download and save gauge pictures (non-static files) by Goutte

Goutte download pictures and save

//

$image_remote_url = "https://img.codeshelper.com/upload/img/2021/03/13/incvnfnce048110.jpg";

$client->getClient()->get($image_remote_url, ["sink" => $file_save_path]);  
//: $file_save_path 

$image_remote_url = "https://xxx.xxx.com/show.action?pid=123456789abc342dfdf"; 

$client->getClient()->get($image_remote_url, ["sink" => $file_save_path]);

how to download and save Goutte

$image_remote_url = "https://xxx.xxx.com/show.action?pid=123456789abc342dfdf";

Pictures in this format?

Php
Mar.13,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ef01-2c446.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ef01-2c446.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?