buildBatchStat($bucket, $keys); list($ret, $err) = $bucketManager->batch($ops); if ($err) { print_r($err); } else { print_r($ret); }