Implemented XenForo_Locale::numberFormat() size option

digitalpoint

Well-known member
It would be nice if the "size" option of this function supported more than KB and MB... Probably good enough when calculating size of attachments, but when using it for other things it can start to look silly without GB and TB support (especially when building things that track cumulative stats)...

For example...

Memcached Data Transferred: 12,832,080.23 MB
Free Memory On Server: 10,337.12 MB
MySQL Traffic: 38,291,497.03 MB
etc...

Would be a lot nicer if they were instead:

Memcached Data Transferred: 12.23 TB
Free Memory On Server: 10.09 GB
MySQL Traffic: 36.51 TB

It wouldn't hurt to toss PB in there just for good measure. :)
 
Upvote 1
This suggestion has been implemented. Votes are no longer accepted.
Top Bottom