如何修复使用PHP curl或file_get_contents下载的图片损坏或无法打开的问题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计190个文字,预计阅读时间需要1分钟。
使用curl或file_get_contents获取远程图片并保存到本地时,遇到许多错误。例如,访问https://fuss10.elemecdn.com/c/6c/69a7740b4ab864ac0639eb583d68fjpeg.jpeg时,可以访问到图片,但curl或file_get_contents无法正常工作。
本文共计190个文字,预计阅读时间需要1分钟。
使用curl或file_get_contents获取远程图片并保存到本地时,遇到许多错误。例如,访问https://fuss10.elemecdn.com/c/6c/69a7740b4ab864ac0639eb583d68fjpeg.jpeg时,可以访问到图片,但curl或file_get_contents无法正常工作。

