Swoole\Protocol\Base::run PHP Method

run() public method

public run ( $array )
    function run($array)
    {
        \Swoole\Error::$echo_html = true;
        $this->server->run($array);
    }