$url_arr = parse_url("https://www.codesou.cn/wp-content/uploads/2022/05/logo01-1.webp");
$link_to_arr = explode('/', $url_arr['path']);
$img_name = end($link_to_arr);
$link_to_arr = explode('.', $img_name);
$img_name = end($link_to_arr);
$f_name = 'blk_imp_'.Carbon::now()->timestamp.'.'.$img_name;
$lnk = config()->get('img_pth_initial').'uploads/product_images/'.$f_name;
file_put_contents( $lnk ,file_get_contents('https://www.codesou.cn/wp-content/uploads/2022/05/logo01-1.webp'));
想要了解更多内容,请持续关注码农资源网,一起探索发现编程世界的无限可能!
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » Laravel 9 使用 file_put_contents() 函数保存远端文件
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » Laravel 9 使用 file_put_contents() 函数保存远端文件