Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return a formatted string
<?php sprintf(string $format, mixed ...$values): string
<?php             $dots .= ' ';

        }



        $this->output->writeln(sprintf(

           '  <fg=%s;options=bold>%s </>   <fg=cyan;options=bold>%s</> <options=bold>%s</><fg=#6C7280> %s%s%s ms</>',

            match (true) {

                $statusCode >= 500 => 'red',

                $statusCode >= 400 => 'yellow',

                $statusCode >= 300 => 'cyan',

                $statusCode >= 100 => 'green',

                default => 'white',

            },

           $statusCode,

           $method,

           $url,

           $dots,

           $memory,

           $duration,

        ), $this->parseVerbosity($verbosity));

    }