:sig StringList ws_connections(String scope = "") :params scope : optional scope identifier, defaults to the current WebSocket page scope return value : list of connection IDs currently connected to that scope :see >websocket :content Returns the currently connected WebSocket client IDs for the given scope. If `scope` is omitted, the current page scope is used. Related: - PHP: WebSocket connection metadata and send APIs in Ratchet, Workerman, or similar server frameworks - JavaScript / Node.js: browser `WebSocket` properties and Node `ws` server-side connection inspection and send methods