Beispiel #1
0
 /**
  * see http://php.net/manual/en/function.stat.php
  * only the following keys are required in the result: size and mtime
  *
  * @param string $path
  * @return array
  */
 public function stat($path)
 {
     return $this->storage->stat($path);
 }