Hi, how can I convert kilobytes to bytes in php? Let's say I get the value 22.2 kb and I want to return this in bytes.
Thanks, Max
|
|
|
|
|
multiply by 1024 |
||||||||
|
|
|
This sounds like homework, but 1Kb = 1024 bytes, so you should be able to determine the equation. |
||
|
|
|
|
If you're ever confused for comparable values, you can always google "1 megabyte in kilobytes" and it will return the comparative value. |
||
|
|
This calls for a... link! |
||
|
|
kbis an Intel kilobyte: xkcd.com/394 – Grant Wagner Sep 21 at 21:42