コード例 #1
0
ファイル: File.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Get the time the file was last modified
  * @return int timestamp of the modification time
  */
 public function getModificationTime()
 {
     return $this->fs->getModificationTime($this);
 }