Tapio Markula schrieb:
> Xavier Perseguers
>> I guess you'll be interested into
>>
>> $size = ....;
>> t3lib_div::formatSize($size, $GLOBALS['LANG']->getLL('byteSizeUnits',
>> true));
>
> that uses 'M' instead of 'Mb' but I can add 'b' to end.
b = bit, B = Byte :)
Masi