buildBatchStat() 공개 정적인 메소드

public static buildBatchStat ( $bucket, $keys )
예제 #1
0
파일: BucketTest.php 프로젝트: miecu/YouPan
 public function testBatchStat()
 {
     $ops = BucketManager::buildBatchStat($this->bucketName, array('php-sdk.html'));
     list($ret, $error) = $this->bucketManager->batch($ops);
     $this->assertEquals(200, $ret[0]['code']);
 }