ROOT: ".ROOT."
BASE: ".BASE."
";
$lang = 'en_utf8';
$base = new CoreLibs\Basic($DB_CONFIG[MAIN_DB]);
print "ByteStringFormat: ".$base->ByteStringFormat(1234567.12)."
";
print "byteStringFormat: ".$base->byteStringFormat(1234567.12)."
";
ob_end_flush();
# __END__