Example #1
0
 public static function size($file = '')
 {
     return is_file($file) ? HELPER::format_byte(filesize($file)) : 'error';
 }