php8.5
Home/ Manual/ driver / clientencryption/ MongoDB\Driver\ClientEncryption::addKeyAltName

MongoDB\Driver\ClientEncryption::addKeyAltName

PHP function Edit on GitHub ✎

(mongodb >=1.15.0)

Adds an alternate name to a key document

Description

MongoDB\Driver\ClientEncryption::addKeyAltName(MongoDB\BSON\Binary $keyId, string $keyAltName): object|null

Adds keyAltName to the set of alternate names for the key document with the given UUID keyId.

Parameters

keyId

A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.

keyAltName

Alternate name to add to the key document.

Return Values

Returns the previous version of the key document, or null if no document matched.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\RuntimeException on other errors.

See Also

Source: reference/mongodb/mongodb/driver/clientencryption/addkeyaltname.xml · from the official PHP manual (php/doc-en)