A blog for software engineers, sys admins, devops, and the technically inclined. How to guides, Tutorials, Tips and Tricks
$this->formatSize = new FormatSize(); $bytes = 4398046511104; $decimals = 2; $formatted = $this->formatSize->formatBytes($bytes, $decimals); $this->assertEquals('4.00 TB', $formatted);
View on GitHub
No comments:
Post a Comment