web - 求将外部链接的图片直接上传至又拍云空间的方法(PHP)
程序员文章站
2022-06-07 21:18:53
...
现在的情况是提示错误:stream does not support seeking。
说明fseek方法无法作用于将外部图片链接。
说明fseek方法无法作用于将外部图片链接。
回复内容:
现在的情况是提示错误:stream does not support seeking。
说明fseek方法无法作用于将外部图片链接。
使用 php 标准 sdk 可以将 fopen 函数换成 file_get_contents 函数 即可传网络图片。