MongoDB\Driver\ClientEncryption::decrypt

(mongodb >=1.7.0)

MongoDB\Driver\ClientEncryption::decryptDecrypt a value

说明

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

Decrypts the value.

参数

value

A MongoDB\BSON\Binary instance with subtype 6 containing the encrypted value.

返回值

Returns the decrypted value as it was passed to MongoDB\Driver\ClientEncryption::encrypt().

错误/异常

To Top