MongoDB\Driver\Manager::getEncryptedFieldsMap

(mongodb >=1.14.0)

MongoDB\Driver\Manager::getEncryptedFieldsMapReturn the encryptedFieldsMap auto encryption option for the Manager

说明

final public MongoDB\Driver\Manager::getEncryptedFieldsMap(): array|object|null

Returns the encryptedFieldsMap auto encryption option for the Manager, if specified.

参数

此函数没有参数。

返回值

The encryptedFieldsMap auto encryption option for the Manager, or null if it was not specified.

错误/异常

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top