MongoDB\Driver\ClientEncryption::addKeyAltName
(mongodb >=1.15.0)
MongoDB\Driver\ClientEncryption::addKeyAltName — Adds an alternate name to a key document
说明
   final public MongoDB\Driver\ClientEncryption::addKeyAltName(MongoDB\BSON\Binary 
  $keyId, string $keyAltName): ?object
   Adds keyAltName to the set of alternate names for the
   key document with the given UUID keyId.
  
参数
keyId- 
     
A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.
 keyAltName- 
     
Alternate name to add to the key document.
 
返回值
   Returns the previous version of the key document, or null if no document
   matched.
  
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
 - Throws MongoDB\Driver\Exception\ConnectionException if connection to the server fails (for reasons other than authentication).
 - Throws MongoDB\Driver\Exception\AuthenticationException if authentication is needed and fails.
 - Throws MongoDB\Driver\Exception\RuntimeException on other errors.
 
参见
- MongoDB\Driver\ClientEncryption::getKeyByAltName() - Gets a key document by an alternate name
 - MongoDB\Driver\ClientEncryption::removeKeyAltName() - Removes an alternate name from a key document
 
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-driver-clientencryption.addkeyaltname.php