mirror of
https://github.com/php/doc-ru.git
synced 2025-08-20 16:51:35 +00:00
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@349049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 0a8aa545a4b83c6a767590e1b3726da7812ae8e3 Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 594b45f55e4651003dc2077f61b3ff93cead1ad1 Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<!-- $Revision$ -->
|
||||
|
||||
@ -1876,6 +1876,27 @@ xmlns="http://docbook.org/ns/docbook">Это расширение объявле
|
||||
</entry>
|
||||
</row>
|
||||
'>
|
||||
<!ENTITY mongodb.option.encryption.keyVaultClient '
|
||||
<row xmlns="http://docbook.org/ns/docbook">
|
||||
<entry>keyVaultClient</entry>
|
||||
<entry><type>MongoDB\Driver\Manager</type></entry>
|
||||
<entry>An optional manager used to route data key queries to a separate MongoDB cluster.</entry>
|
||||
</row>
|
||||
'>
|
||||
<!ENTITY mongodb.option.encryption.keyVaultNamespace '
|
||||
<row xmlns="http://docbook.org/ns/docbook">
|
||||
<entry>keyVaultNamespace</entry>
|
||||
<entry><type>string</type></entry>
|
||||
<entry>Refers to a collection that contains all data keys used for encryption and decryption.</entry>
|
||||
</row>
|
||||
'>
|
||||
<!ENTITY mongodb.option.encryption.kmsProviders '
|
||||
<row xmlns="http://docbook.org/ns/docbook">
|
||||
<entry>kmsProviders</entry>
|
||||
<entry><type>array</type></entry>
|
||||
<entry>An array of KMS providers to be used to encrypt data keys.</entry>
|
||||
</row>
|
||||
'>
|
||||
<!ENTITY mongodb.option.maxCommitTimeMS '
|
||||
<row xmlns="http://docbook.org/ns/docbook">
|
||||
<entry>maxCommitTimeMS</entry>
|
||||
|
Reference in New Issue
Block a user