Esempio n. 1
0
 /**
  * see http://php.net/manual/en/function.free_space.php
  *
  * @param string $path
  * @return int
  */
 public function free_space($path)
 {
     return $this->storage->free_space($path);
 }