예제 #1
0
 static function Qiniu_RS_BatchDelete($self, $entryPaths)
 {
     $params = array();
     foreach ($entryPaths as $entryPath) {
         $params[] = RSUtils::Qiniu_RS_URIDelete($entryPath->bucket, $entryPath->key);
     }
     return RSUtils::Qiniu_RS_Batch($self, $params);
 }