Exemplo n.º 1
0
 /**
  * Returns the creation time of the file as Unix timestamp
  *
  * @return int
  */
 public function getCreationTime()
 {
     return $this->storage->getFolderInfo($this)['ctime'];
 }