morozovsk\websocket\Server::restart PHP Méthode

restart() public méthode

public restart ( )
    public function restart()
    {
        $pid = @file_get_contents($this->config['pid']);
        if ($pid) {
            $this->stop();
        }
        $this->start();
    }