Net_SSH2::getMACAlgorithmsServer2Client PHP Method

getMACAlgorithmsServer2Client() public method

Return a list of the MAC algorithms the server supports, when sending stuff to the client.
    function getMACAlgorithmsServer2Client()
    {
        $this->_connect();
        return $this->mac_algorithms_server_to_client;
    }