Conversion
Filepath: phork/php/utilities/Conversion.class.php
The Conversion class is used to convert units of measurement from one format to another. It currently has support to convert from bytes to kB, MB, GB, etc.
Example
print Conversion::convertBytes($intBytes);