Files
CoreLibs-Composer-All/test/index.php

8 lines
137 B
PHP
Raw Normal View History

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