Question: Write a PHP function called kbytes that takes one parameters, bytes, and returns the number of kilobytes as bytes divided by 1,024. Format the returned
Write a PHP function called kbytes that takes one parameters, bytes, and returns the number of kilobytes as bytes divided by 1,024. Format the returned value with 2 decimal places and 'KB' after the number. For example '2.42 KB'.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
