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

    {

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

            sleep(1);

        }



        $this->writeServerRunningMessage();
<?php                 $this->extension->dispatchProcessSignal($processId, SIGTERM);



                sleep(1);

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

        }