Longhorn PHP 2026 - Call For Papers

MongoDB\Driver\ClientEncryption::decrypt

(mongodb >=1.7.0)

MongoDB\Driver\ClientEncryption::decryptDescifra un valor

Descripción

final public MongoDB\Driver\ClientEncryption::decrypt(MongoDB\BSON\Binary $value): mixed

Descifra el valor.

Parámetros

value
Una instancia de MongoDB\BSON\Binary con subtipo 6 que contiene el valor cifrado.

Valores devueltos

Devuelve el valor descifrado tal como fue pasado a MongoDB\Driver\ClientEncryption::encrypt().

Errores/Excepciones

Ver también

add a note

User Contributed Notes

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