Given an integer that represents a byte size, this will return a string
displaying the value in bytes, KB, MB, GB, TB or PB
public static GetByteSize ( integer $intBytes, $intNumberOfTenths = 1 ) : string | ||
$intBytes | integer | |
리턴 | string |