Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Rounds a float
round(int|float $numint $precision 0int $mode PHP_ROUND_HALF_UP): float
    public function progress()

    {

        return 
$this->totalJobs round(($this->processedJobs() / $this->totalJobs) * 100) : 0;

    }
                $this->dispatcher->dispatch(new ScheduledTaskFinished(

                    
$event,

                    
round(microtime(true) - $start2)

                ));



                
$this->eventsRan true;
    protected function getElapsedTime($start)

    {

        return 
round((microtime(true) - $start) * 10002);

    }
        $result $this->client->{$method}(...$parameters);



        
$time round((microtime(true) - $start) * 10002);



        if (isset(
$this->events)) {

            
$this->event(new CommandExecuted($method$parameters$time$this));