コード例 #1
0
ファイル: File.php プロジェクト: mechiko/staff-october
 /**
  * Returns the file size as string.
  * @return string Returns the size as string.
  */
 public function sizeToString()
 {
     return FileHelper::sizeToString($this->file_size);
 }