phpseclib\Net\SSH2::getEncryptionAlgorithmsClient2Server PHP Метод

getEncryptionAlgorithmsClient2Server() публичный Метод

Return a list of the (symmetric key) encryption algorithms the server supports, when receiving stuff from the client.
public getEncryptionAlgorithmsClient2Server ( ) : array
Результат array
    function getEncryptionAlgorithmsClient2Server()
    {
        $this->_connect();
        return $this->encryption_algorithms_client_to_server;
    }