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?