';
//
print '
';
print "(".number_format($byte)."/".$byte.") bytes :";
$_bytes = Byte::humanReadableByteFormat($byte);
print '
'.$_bytes;
print '
';
print Byte::stringByteFormat($_bytes);
print "
";
//
print "
";
//
print '';
//
print '
';
print "bytes [si]:";
$_bytes = Byte::humanReadableByteFormat($byte, Byte::BYTE_FORMAT_SI);
print '
'.$_bytes;
print '
';
print Byte::stringByteFormat($_bytes);
print "
";
//
print "
";
}
// DEPRECATED
/* $byte = 254779258;
$string = '242.98 MB';
print "BYTE TO: $byte: ".$basic->humanReadableByteFormat($byte)."