Beispiel #1
0
 /**
  * Converts a file size in bytes to human readable format.
  *
  * @param int $bytes
  * @return string 
  * @static 
  */
 public static function sizeToString($bytes)
 {
     return \October\Rain\Filesystem\Filesystem::sizeToString($bytes);
 }