File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ .. _api-mongodb-collection-class:
2
+
1
3
=========================
2
4
MongoDB\\Collection Class
3
5
=========================
Original file line number Diff line number Diff line change
1
+ .. _api-database-create-encrypted:
2
+
1
3
==============================================
2
4
MongoDB\\Database::createEncryptedCollection()
3
5
==============================================
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ What's New in 1.18
52
52
method may be used to register a global alias for a GridFS bucket. After
53
53
doing so, files within that bucket can be accessed using only a file URI
54
54
(e.g. "gridfs://mybucket/hello.txt"). A demonstration of this API can be found
55
- in the `gridfs_stream_wrapper.php <https://github.com/mongodb/mongo-php-library/blob/1.18.0/examples/gridfs_stream_wrapper.php>`_
55
+ in the `gridfs_stream_wrapper.php <https://github.com/mongodb/mongo-php-library/blob/1.18.0/examples/gridfs_stream_wrapper.php>`__
56
56
example script.
57
57
58
- - The ``MongoDB\Client`` class now has :ref:`addSubscriber() <api-client-add-subscriber>`
59
- and :ref:`removeSubscriber()<api-client-remove-subscriber>` methods to make it
60
- easier to register monitoring classes on the underlying ``MongoDB\Driver\Manager``
61
- object.
58
+ - Adds :ref:`addSubscriber() <api-client-add-subscriber>` and
59
+ :ref:`removeSubscriber()<api-client-remove-subscriber>` methods to the
60
+ ``MongoDB\Client`` class to make it easier to register monitoring classes
61
+ on the underlying ``MongoDB\Driver\Manager`` object.
62
62
63
63
To learn more about this release, see the `v1.18 Release Notes
64
64
<https://github.com/mongodb/mongo-php-library/releases/tag/1.18.0>`__ on GitHub.
You can’t perform that action at this time.
0 commit comments