예제 #1
0
 public function stream_stat()
 {
     try {
         return $this->state->stat($this->url);
     } catch (Exception $e) {
         return false;
     }
 }
예제 #2
0
 public function getStat($path)
 {
     $this->connect();
     return $this->state->stat($this->buildUrl($path));
 }