file_remote_attach_fetch
本文整理于网络,仅供阅读参考,如有不妥之处,敬请批评指正!如果您想加入微擎社区版技术大牛微信群和QQ群,请联系微信: ccccyyyy4444 或者 QQ:155120699
file_remote_attach_fetch() - 获取远程素材
说明
file_remote_attach_fetch($url, $limit = 0, $path = '')
参数
名称 | 类型 | 说明 |
---|---|---|
$url | string | 文件地址 |
$limit | int | 大小限制 |
$path | string | 文件保存路径 |
返回
错误信息error 或 文件path
示例
load()->func('file');
file_remote_attach_fetch('https://s.w7.cc/img/logo-shop.png');
如果看不懂微擎社区版二次开发手册或者遇到问题,请联系微信: ccccyyyy4444 或者 QQ:155120699 ,如果我们有空闲时间,可以免费为您答疑解惑。