Memcached::setEncodingKey

(PECL memcached >= 3.1.0)

Memcached::setEncodingKeySet AES encryption key for data in Memcached

Descrizione

public Memcached::setEncodingKey(string $key): bool

This method sets the AES encryption/decryption key for data written to and read from Memcached.

Elenco dei parametri

key
The AES key.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top