Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Rounds a float
<?php round(int|float $num, int $precision = 0, int $mode = PHP_ROUND_HALF_UP): float
<?php         $terminalWidth = $this->getTerminalWidth();



        $url = parse_url($request['url'], PHP_URL_PATH) ?: '/';

        $duration = number_format(round($request['duration'], 2), 2, '.', '');



        $memory = isset($request['memory'])

            ? (number_format($request['memory'] / 1024 / 1204, 2, '.', '').' mb ')