file_wechat_upload
本文整理于网络,仅供阅读参考,如有不妥之处,敬请批评指正!如果您想加入微擎社区版技术大牛微信群和QQ群,请联系微信: ccccyyyy4444 或者 QQ:155120699
file_wechat_upload() - 上传文件到微信服务器
说明
file_wechat_upload($file, $type = 'image', $name = '')
参数
名称 | 类型 | 说明 |
---|---|---|
$file | string | 上传的文件信息 |
$type | string | 文件保存类型 |
$name | string | 保存的文件名,如果为空则自动生成 |
返回
错误信息 error 或 boolean
示例
load()->func('file');
file_wechat_upload($_FILE['test'], 'image', 'test.png');
如果看不懂微擎社区版二次开发手册或者遇到问题,请联系微信: ccccyyyy4444 或者 QQ:155120699 ,如果我们有空闲时间,可以免费为您答疑解惑。