Ejemplo n.º 1
0
 /**
  * 获取文件信息
  * @return array [ $ret , $err ]
  */
 public function ls()
 {
     return $this->bucket->ls($this->key());
 }