We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如:vendor/qiniu/php-sdk/src/Qiniu/Storage/UploadManager.php 里面的put方法 反而下面putFile的注释类型是完整
/** * 上传二进制流到七牛 * * @param $upToken 上传凭证 * @param $key 上传文件名 * @param $data 上传二进制流 * @param $params 自定义变量,规格参考 * http://developer.qiniu.com/docs/v6/api/overview/up/response/vars.html#xvar * @param $mime 上传数据的mimeType * @param $checkCrc 是否校验crc32 * * @return array 包含已上传文件的信息,类似: * [ * "hash" => "<Hash string>", * "key" => "<Key string>" * ] */
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如:vendor/qiniu/php-sdk/src/Qiniu/Storage/UploadManager.php 里面的put方法
反而下面putFile的注释类型是完整
The text was updated successfully, but these errors were encountered: