MongoDB\Driver\Manager::getEncryptedFieldsMap
(mongodb >=1.14.0)
MongoDB\Driver\Manager::getEncryptedFieldsMap — Return 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.
错误/异常
Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.参见
MongoDB\Driver\Manager::__construct() - Create new MongoDB ManagerUser Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/mongodb-driver-manager.getencryptedfieldsmap.php