Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Delay execution
sleep(int $seconds): int
    protected function runServer($server$inspector$type)

    {

        while (! 
$server->isStarted()) {

            
sleep(1);

        }



        
$this->writeServerRunningMessage();
                $this->extension->dispatchProcessSignal($processIdSIGTERM);



                
sleep(1);

            } while (
time() < $start $wait);

        }