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
90967fca
Commit
90967fca
authored
Jan 26, 2017
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.1'
parents
a203798b
ff8426c0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
375 additions
and
1 deletion
+375
-1
MongoDBCollection-findOneAndUpdate.txt
docs/reference/method/MongoDBCollection-findOneAndUpdate.txt
+1
-1
tutorial.txt
docs/tutorial.txt
+1
-0
collation.txt
docs/tutorial/collation.txt
+373
-0
No files found.
docs/reference/method/MongoDBCollection-findOneAndUpdate.txt
View file @
90967fca
...
@@ -68,7 +68,7 @@ setting its building number to ``"761"``:
...
@@ -68,7 +68,7 @@ setting its building number to ``"761"``:
[ '$set' => [ 'address.building' => '761' ]],
[ '$set' => [ 'address.building' => '761' ]],
[
[
'projection' => [ 'address' => 1 ],
'projection' => [ 'address' => 1 ],
'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER
'returnDocument' => MongoDB\Operation\FindOneAndUpdate::RETURN_DOCUMENT_AFTER
,
]
]
);
);
...
...
docs/tutorial.txt
View file @
90967fca
...
@@ -6,6 +6,7 @@ Tutorials
...
@@ -6,6 +6,7 @@ Tutorials
.. toctree::
.. toctree::
/tutorial/crud
/tutorial/crud
/tutorial/collation
/tutorial/commands
/tutorial/commands
/tutorial/decimal128
/tutorial/decimal128
/tutorial/gridfs
/tutorial/gridfs
...
...
docs/tutorial/collation.txt
0 → 100644
View file @
90967fca
This diff is collapsed.
Click to expand it.
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