Dutch PHP Conference 2025 - Call For Papers

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.

Помилки/виключення

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top