I'm using this class to work with WebSockets in PHP next to HTML5 and I have two doubts about the connections.
-
How can I list all the active connections on that server?
-
How can I disconnect a connection only, for example, I'm in connection X and want to disconnect Y?