Memcached::setEncodingKey
(PECL memcached >= 3.1.0)
Memcached::setEncodingKey — Set AES encryption key for data in Memcached
Description
public Memcached::setEncodingKey(
string $key
):
bool
This method sets the AES encryption/decryption key for data written to and read from Memcached.
Liste de paramètres
key
-
The AES key.
Valeurs de retour
Cette fonction retourne true
en cas de succès ou false
si une erreur survient.