Net_SSH2::getMACAlgorithmsServer2Client PHP 메소드

getMACAlgorithmsServer2Client() 공개 메소드

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;
    }