示例#1
0
 /**
  * Gets the size of this file in bytes
  *
  * @return integer the size of this file in bytes.
  */
 public function getSize()
 {
     return $this->photo->getFilesize('original');
 }