formatBytes()
formatBytes(integer $bytes) : string|integer
Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes as is
Parameters
Returns
string|integer
— Formatted string if $this->useFormatting is true, otherwise return $bytes as is