Php/docs/mongodb-driver-clientencryption.decrypt

提供:Dev Guides
< Php
移動先:案内検索

MongoDB\Driver\ClientEncryption::decrypt

(mongodb >=1.7.0)

MongoDB\Driver\ClientEncryption::decryptDecrypt a value


説明

final public MongoDB\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().


エラー / 例外