CakeFest 2024: The Official CakePHP Conference

MongoDB\Driver\Manager::getEncryptedFieldsMap

(mongodb >=1.14.0)

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

Description

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

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

Erreurs / Exceptions

  • Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.

Voir aussi

add a note

User Contributed Notes

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