首页 Node.js核心模块手册

参数说明


getConnections(callback)
callback(
  err,        获取客户端连接数时发生错误的对象
  count       客户端连接数
)

注:异步方法