Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
3828fbc6
Commit
3828fbc6
authored
Nov 17, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refer to connection string manual page in Client constructor
parent
ef3bba89
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
apiargs-MongoDBClient-method-construct-param.yaml
...ncludes/apiargs-MongoDBClient-method-construct-param.yaml
+2
-2
MongoDBClient__construct.txt
docs/reference/method/MongoDBClient__construct.txt
+2
-0
No files found.
docs/includes/apiargs-MongoDBClient-method-construct-param.yaml
View file @
3828fbc6
...
@@ -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.
...
...
docs/reference/method/MongoDBClient__construct.txt
View file @
3828fbc6
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment