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
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
This sounds like homework, but 1Kb = 1024 bytes, so you should be able to determine the equation.