1024) { return sprintf('%dKB', intval($bytes / 1024 + 0.5)); } else { return sprintf('%dB', $bytes); } } else { return "File not found: " . $filepath; } } Markup('attachsize', 'inline', '/\\(:attachsize ([^:]+):\\)/e', "GetAttachSize('$1')");