Hello All,
Does PHP have built-in function to convert from bytes to MB or GB ?
I collect data using disk_free_space function which returns in bytes; tried dividing this using 1024 repeatedly until it is in GB but final value does not match o/p of df -k dirname.
Any help is much appreciated.
TIA,
RAM