Commit 3828fbc6 authored by Jeremy Mikola's avatar Jeremy Mikola

Refer to connection string manual page in Client constructor

parent ef3bba89
...@@ -3,8 +3,8 @@ name: $uri ...@@ -3,8 +3,8 @@ name: $uri
type: string type: string
description: | description: |
The URI of the standalone, replica set, or sharded cluster to which to The URI of the standalone, replica set, or sharded cluster to which to
connect. Refer to the :manual:`MongoDB connection string reference connect. Refer to :manual:`Connection String URI Format
</reference/connection-string>` for formatting. </reference/connection-string>` in the MongoDB manual for more information.
Defaults to ``"mongodb://127.0.0.1:27017"`` if unspecified. Defaults to ``"mongodb://127.0.0.1:27017"`` if unspecified.
......
...@@ -126,3 +126,5 @@ See Also ...@@ -126,3 +126,5 @@ See Also
- :php:`MongoDB\\Driver\\Manager::__construct() - :php:`MongoDB\\Driver\\Manager::__construct()
<mongodb-driver-manager.construct>` <mongodb-driver-manager.construct>`
- :manual:`Connection String URI Format </reference/connection-string>` in the
MongoDB manual
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment