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

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

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