Network\Socket::get_connections PHP Method

get_connections() public method

Returns the currently connected clients.
public get_connections ( ) : array
return array
    public function get_connections()
    {
        return $this->_clients;
    }