コード例 #1
0
ファイル: File.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Get the size of a file
  * @return int size of a file in bytes
  */
 public function getSize()
 {
     return $this->fs->getSize($this);
 }