MongoDB\Driver\Manager::getEncryptedFieldsMap

(mongodb >=1.14.0)

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

Descripción

finalpublicMongoDB\Driver\Manager::getEncryptedFieldsMap(): array|object|null

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

Errores/Excepciones

Ver también

To Top