Net_SSH2::getMACAlgorithmsClient2Server PHP Method

getMACAlgorithmsClient2Server() public method

Return a list of the MAC algorithms the server supports, when receiving stuff from the client.
    function getMACAlgorithmsClient2Server()
    {
        $this->_connect();
        return $this->mac_algorithms_client_to_server;
    }