@@ -66,8 +66,8 @@ methods:
66
66
67
67
.. _php-read-write-client:
68
68
69
- Client Configuration Example
70
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
+ Client Configuration
70
+ ~~~~~~~~~~~~~~~~~~~~
71
71
72
72
This example shows how to set the read preference, read concern, and
73
73
write concern of a ``MongoDB\Client`` instance by passing an array to
@@ -98,8 +98,8 @@ URI, which is passed as a parameter to the ``MongoDB\Client`` constructor:
98
98
99
99
.. _php-read-write-session:
100
100
101
- Session Configuration Example
102
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101
+ Session Configuration
102
+ ~~~~~~~~~~~~~~~~~~~~~
103
103
104
104
This example shows how to set the read preference, read concern, and
105
105
write concern of a session by passing an array to the ``startSession()``
@@ -122,8 +122,8 @@ method. The code configures the following settings:
122
122
123
123
.. _php-read-write-transaction:
124
124
125
- Transaction Configuration Example
126
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125
+ Transaction Configuration
126
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
127
127
128
128
This example shows how to set the read preference, read concern, and
129
129
write concern of a transaction by passing an array to the ``startTransaction()``
@@ -144,8 +144,8 @@ method. The code configures the following settings:
144
144
145
145
.. _php-read-write-database:
146
146
147
- Database Configuration Example
148
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
+ Database Configuration
148
+ ~~~~~~~~~~~~~~~~~~~~~~
149
149
150
150
This example shows how to set the read preference, read concern, and
151
151
write concern of a database called ``test_database`` by passing an options
@@ -167,8 +167,8 @@ array to the ``selectDatabase()`` method. The code configures the following sett
167
167
168
168
.. _php-read-write-collection:
169
169
170
- Collection Configuration Example
171
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
+ Collection Configuration
171
+ ~~~~~~~~~~~~~~~~~~~~~~~~
172
172
173
173
This example shows how to set the read preference, read concern, and
174
174
write concern of a collection called ``test_collection`` by passing an options
0 commit comments