PHP Conference Japan 2024

MongoDB\Driver\ClientEncryption::getKey

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKey获取密钥文档

描述

final public MongoDB\Driver\ClientEncryption::getKey(MongoDB\BSON\Binary $keyId): ?object

在密钥保管库集合中查找具有给定 UUID keyId 的单个密钥文档。

参数

keyId

一个 MongoDB\BSON\Binary 实例,其子类型为 4 (UUID),用于标识密钥文档。

返回值

返回密钥文档,如果未找到匹配的文档,则返回 null

错误/异常

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top