芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/admin/extend/vendor/qiniu/php-sdk/examples/rs_batch_change_mime.php
'video/x-mp4', 'qiniu.png' => 'image/x-png', 'qiniu.jpg' => 'image/x-jpg' ); $ops = $bucketManager->buildBatchChangeMime($bucket, $keyMimePairs); list($ret, $err) = $bucketManager->batch($ops); if ($err) { print_r($err); } else { print_r($ret); }