So what u'r trying to say is that we should use KiB and not KB for
kilobytes? That's funny!

        Andrei

Andrew Brampton wrote:
> Divide by 1024 and you get KiB
> Divide by 1000 and you get KB
> 
> Read: http://physics.nist.gov/cuu/Units/binary.html
> 
> Andrew
> 
> ----- Original Message ----- From: "André Medeiros" <[EMAIL PROTECTED]>
> To: "weetat" <[EMAIL PROTECTED]>
> Cc: <php-general@lists.php.net>
> Sent: Tuesday, July 25, 2006 12:41 PM
> Subject: Re: [PHP] convert byte to MB
> 
> 
>> divide by 1024, and you'll get KB
>>
>> divide again by 1024 and you'll get MB
>>
>> same for GB, TB, etc
>>
>> On 7/25/06, weetat <[EMAIL PROTECTED]> wrote:
>>> Hi all ,
>>>
>>>   I have data which have value in bytes for example ,
>>>
>>>     $bytes = 33554432;
>>>
>>>    How to convert this to MB ?
>>>
>>> THanks
>>>
>>>   - weetat (PHP Novice)
>>>
>>> -- 
>>> PHP General Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>> -- 
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to