Hprose\Swoole\Http\Server::listen PHP Method

listen() public method

public listen ( $host, $port, $type )
    public function listen($host, $port, $type)
    {
        return $this->server->listen($host, $port, $type);
    }