We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf4853 commit bb6ab0dCopy full SHA for bb6ab0d
qiniu/io.php
@@ -46,7 +46,7 @@ function Qiniu_Put($upToken, $key, $body, $putExtra) // => ($putRet, $err)
46
47
function createFile($filename, $mime)
48
{
49
- // PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
+ // PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
50
// See: https://wiki.php.net/rfc/curl-file-upload
51
if (function_exists('curl_file_create')) {
52
return curl_file_create($filename, $mime);
0 commit comments