getHumanReadableSize() публичный статический Метод

public static getHumanReadableSize ( integer $sizeInBytes ) : string
$sizeInBytes integer
Результат string
Пример #1
0
 /**
  * @return string
  */
 public function getHumanReadableSizeAttribute()
 {
     return File::getHumanReadableSize($this->size);
 }