8 lines
137 B
PHP
8 lines
137 B
PHP
<?php
|
|
|
|
require "../vendor/autoload.php";
|
|
|
|
print "Bytes: " . CoreLibs\Convert\Byte::humanReadableByteFormat(123414) . "<br>";
|
|
|
|
// __END__
|