PHP 8.4.0 RC4 available for testing

Memcached::setEncodingKey

(PECL memcached >= 3.1.0)

Memcached::setEncodingKeySet AES encryption key for data in Memcached

説明

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

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

パラメータ

key
The AES key.

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

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