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

listen() public method

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