nats_convert_bytes
Converts a byte count into a human readable format. For example: "1234567890" (bytes) becomes "1.15 GB".
Article Topics: Smarty, Customization
Parameters
(Required parameters in bold)
Parameter
Description
Possible Values
Example
bytes
The byte count.
Any positive number or the number zero. (Default is bytes="0".)
bytes="1234567890"
Output
The number of bytes in one of the following formats: bytes, kb, MB, GB, or TB.
Notes
nats_convert_bytes automatically chooses the most convenient size.
See Also
Wikipedia's list of binary prefixes.
Last updated
Was this helpful?