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
56e8b7ed
Commit
56e8b7ed
authored
Feb 06, 2018
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #486
parents
150f1107
9dc7918e
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
76 additions
and
6 deletions
+76
-6
apiargs-MongoDBClient-method-dropDatabase-option.yaml
...des/apiargs-MongoDBClient-method-dropDatabase-option.yaml
+2
-0
apiargs-MongoDBClient-method-listDatabases-option.yaml
...es/apiargs-MongoDBClient-method-listDatabases-option.yaml
+2
-0
apiargs-MongoDBCollection-common-option.yaml
docs/includes/apiargs-MongoDBCollection-common-option.yaml
+0
-2
apiargs-MongoDBCollection-method-aggregate-option.yaml
...es/apiargs-MongoDBCollection-method-aggregate-option.yaml
+2
-0
apiargs-MongoDBCollection-method-bulkWrite-option.yaml
...es/apiargs-MongoDBCollection-method-bulkWrite-option.yaml
+2
-0
apiargs-MongoDBCollection-method-count-option.yaml
...cludes/apiargs-MongoDBCollection-method-count-option.yaml
+2
-0
apiargs-MongoDBCollection-method-createIndex-option.yaml
.../apiargs-MongoDBCollection-method-createIndex-option.yaml
+4
-0
apiargs-MongoDBCollection-method-createIndexes-option.yaml
...piargs-MongoDBCollection-method-createIndexes-option.yaml
+4
-0
apiargs-MongoDBCollection-method-deleteMany-option.yaml
...s/apiargs-MongoDBCollection-method-deleteMany-option.yaml
+2
-0
apiargs-MongoDBCollection-method-deleteOne-option.yaml
...es/apiargs-MongoDBCollection-method-deleteOne-option.yaml
+2
-0
apiargs-MongoDBCollection-method-distinct-option.yaml
...des/apiargs-MongoDBCollection-method-distinct-option.yaml
+2
-0
apiargs-MongoDBCollection-method-drop-option.yaml
...ncludes/apiargs-MongoDBCollection-method-drop-option.yaml
+2
-0
apiargs-MongoDBCollection-method-dropIndex-option.yaml
...es/apiargs-MongoDBCollection-method-dropIndex-option.yaml
+4
-0
apiargs-MongoDBCollection-method-dropIndexes-option.yaml
.../apiargs-MongoDBCollection-method-dropIndexes-option.yaml
+2
-0
apiargs-MongoDBCollection-method-find-option.yaml
...ncludes/apiargs-MongoDBCollection-method-find-option.yaml
+2
-0
apiargs-MongoDBCollection-method-findOne-option.yaml
...udes/apiargs-MongoDBCollection-method-findOne-option.yaml
+2
-0
apiargs-MongoDBCollection-method-findOneAndDelete-option.yaml
...rgs-MongoDBCollection-method-findOneAndDelete-option.yaml
+2
-0
apiargs-MongoDBCollection-method-findOneAndReplace-option.yaml
...gs-MongoDBCollection-method-findOneAndReplace-option.yaml
+2
-0
apiargs-MongoDBCollection-method-findOneAndUpdate-option.yaml
...rgs-MongoDBCollection-method-findOneAndUpdate-option.yaml
+4
-0
apiargs-MongoDBCollection-method-insertMany-option.yaml
...s/apiargs-MongoDBCollection-method-insertMany-option.yaml
+2
-0
apiargs-MongoDBCollection-method-insertOne-option.yaml
...es/apiargs-MongoDBCollection-method-insertOne-option.yaml
+2
-0
apiargs-MongoDBCollection-method-listIndexes-option.yaml
.../apiargs-MongoDBCollection-method-listIndexes-option.yaml
+2
-0
apiargs-MongoDBCollection-method-mapReduce-option.yaml
...es/apiargs-MongoDBCollection-method-mapReduce-option.yaml
+2
-0
apiargs-MongoDBCollection-method-replaceOne-option.yaml
...s/apiargs-MongoDBCollection-method-replaceOne-option.yaml
+2
-0
apiargs-MongoDBCollection-method-updateMany-option.yaml
...s/apiargs-MongoDBCollection-method-updateMany-option.yaml
+4
-0
apiargs-MongoDBCollection-method-updateOne-option.yaml
...es/apiargs-MongoDBCollection-method-updateOne-option.yaml
+2
-0
apiargs-MongoDBDatabase-method-command-option.yaml
...cludes/apiargs-MongoDBDatabase-method-command-option.yaml
+2
-0
apiargs-MongoDBDatabase-method-createCollection-option.yaml
...iargs-MongoDBDatabase-method-createCollection-option.yaml
+2
-0
apiargs-MongoDBDatabase-method-drop-option.yaml
.../includes/apiargs-MongoDBDatabase-method-drop-option.yaml
+2
-0
apiargs-MongoDBDatabase-method-dropCollection-option.yaml
...apiargs-MongoDBDatabase-method-dropCollection-option.yaml
+2
-0
apiargs-MongoDBDatabase-method-listCollections-option.yaml
...piargs-MongoDBDatabase-method-listCollections-option.yaml
+2
-0
MongoDBClient-startSession.txt
docs/reference/method/MongoDBClient-startSession.txt
+2
-2
MongoDBCollection-watch.txt
docs/reference/method/MongoDBCollection-watch.txt
+4
-2
No files found.
docs/includes/apiargs-MongoDBClient-method-dropDatabase-option.yaml
View file @
56e8b7ed
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-common-option.yaml
...
...
docs/includes/apiargs-MongoDBClient-method-listDatabases-option.yaml
View file @
56e8b7ed
...
...
@@ -19,4 +19,6 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
...
docs/includes/apiargs-MongoDBCollection-common-option.yaml
View file @
56e8b7ed
...
...
@@ -4,8 +4,6 @@ type: array
description
:
|
An array of filter documents that determines which array elements to modify
for an update operation on an array field.
.. versionadded:: 1.3
interface
:
phpmethod
operation
:
~
optional
:
true
...
...
docs/includes/apiargs-MongoDBCollection-method-aggregate-option.yaml
View file @
56e8b7ed
...
...
@@ -71,6 +71,8 @@ post: |
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-bulkWrite-option.yaml
View file @
56e8b7ed
...
...
@@ -20,6 +20,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-count-option.yaml
View file @
56e8b7ed
...
...
@@ -41,6 +41,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
arg_name
:
option
name
:
skip
...
...
docs/includes/apiargs-MongoDBCollection-method-createIndex-option.yaml
View file @
56e8b7ed
...
...
@@ -44,6 +44,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
maxTimeMS
post
:
|
.. versionadded:: 1.3
---
arg_name
:
option
name
:
name
...
...
@@ -78,6 +80,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-createIndexes-option.yaml
View file @
56e8b7ed
source
:
file
:
apiargs-common-option.yaml
ref
:
maxTimeMS
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-deleteMany-option.yaml
View file @
56e8b7ed
...
...
@@ -5,6 +5,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-deleteOne-option.yaml
View file @
56e8b7ed
...
...
@@ -5,6 +5,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-distinct-option.yaml
View file @
56e8b7ed
...
...
@@ -17,4 +17,6 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
...
docs/includes/apiargs-MongoDBCollection-method-drop-option.yaml
View file @
56e8b7ed
...
...
@@ -7,6 +7,8 @@ post: |
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-dropIndex-option.yaml
View file @
56e8b7ed
source
:
file
:
apiargs-common-option.yaml
ref
:
maxTimeMS
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-dropIndexes-option.yaml
View file @
56e8b7ed
...
...
@@ -5,6 +5,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
View file @
56e8b7ed
...
...
@@ -128,6 +128,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
arg_name
:
option
name
:
max
...
...
docs/includes/apiargs-MongoDBCollection-method-findOne-option.yaml
View file @
56e8b7ed
...
...
@@ -37,6 +37,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-findOneAndDelete-option.yaml
View file @
56e8b7ed
...
...
@@ -17,6 +17,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-findOneAndReplace-option.yaml
View file @
56e8b7ed
...
...
@@ -34,6 +34,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-findOneAndUpdate-option.yaml
View file @
56e8b7ed
...
...
@@ -9,6 +9,8 @@ source:
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
ref
:
arrayFilters
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
@@ -38,6 +40,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-insertMany-option.yaml
View file @
56e8b7ed
...
...
@@ -9,6 +9,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-insertOne-option.yaml
View file @
56e8b7ed
...
...
@@ -5,6 +5,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-listIndexes-option.yaml
View file @
56e8b7ed
...
...
@@ -5,4 +5,6 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
...
docs/includes/apiargs-MongoDBCollection-method-mapReduce-option.yaml
View file @
56e8b7ed
...
...
@@ -73,6 +73,8 @@ optional: true
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-method-find-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-replaceOne-option.yaml
View file @
56e8b7ed
...
...
@@ -13,6 +13,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-updateMany-option.yaml
View file @
56e8b7ed
...
...
@@ -5,6 +5,8 @@ source:
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
ref
:
arrayFilters
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
@@ -17,6 +19,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBCollection-method-updateOne-option.yaml
View file @
56e8b7ed
...
...
@@ -13,6 +13,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/includes/apiargs-MongoDBDatabase-method-command-option.yaml
View file @
56e8b7ed
...
...
@@ -8,6 +8,8 @@ description: |
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBDatabase-common-option.yaml
...
...
docs/includes/apiargs-MongoDBDatabase-method-createCollection-option.yaml
View file @
56e8b7ed
...
...
@@ -96,6 +96,8 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
arg_name
:
option
name
:
size
...
...
docs/includes/apiargs-MongoDBDatabase-method-drop-option.yaml
View file @
56e8b7ed
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBDatabase-common-option.yaml
...
...
docs/includes/apiargs-MongoDBDatabase-method-dropCollection-option.yaml
View file @
56e8b7ed
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
---
source
:
file
:
apiargs-MongoDBDatabase-common-option.yaml
...
...
docs/includes/apiargs-MongoDBDatabase-method-listCollections-option.yaml
View file @
56e8b7ed
...
...
@@ -21,4 +21,6 @@ source:
source
:
file
:
apiargs-common-option.yaml
ref
:
session
post
:
|
.. versionadded:: 1.3
...
docs/reference/method/MongoDBClient-startSession.txt
View file @
56e8b7ed
...
...
@@ -2,10 +2,10 @@
MongoDB\\Client::startSession()
===============================
.. default-domain:: mongodb
.. versionadded:: 1.3
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
...
...
docs/reference/method/MongoDBCollection-watch.txt
View file @
56e8b7ed
============================
====
============================
MongoDB\\Collection::watch()
================================
============================
.. versionadded:: 1.3
.. default-domain:: mongodb
...
...
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