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
1d9602e8
Commit
1d9602e8
authored
Jun 26, 2018
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.3'
parents
9739904e
ccf71fe5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
apiargs-MongoDBClient-method-startSession-option.yaml
...des/apiargs-MongoDBClient-method-startSession-option.yaml
+0
-12
MongoDBClient-startSession.txt
docs/reference/method/MongoDBClient-startSession.txt
+4
-4
No files found.
docs/includes/apiargs-MongoDBClient-method-startSession-option.yaml
deleted
100644 → 0
View file @
9739904e
arg_name
:
option
name
:
causalConsistency
type
:
boolean
description
:
|
Enables or disables :ref:`causal consistency <causal-consistency>` for the
session. If true, each operation in the session will be causally ordered after
the previous read or write operation. Set to false to disable causal
consistency. Defaults to true.
interface
:
phpmethod
operation
:
~
optional
:
true
...
docs/reference/method/MongoDBClient-startSession.txt
View file @
1d9602e8
...
@@ -23,14 +23,14 @@ Definition
...
@@ -23,14 +23,14 @@ Definition
function startSession(array $options = []): MongoDB\Driver\Session
function startSession(array $options = []): MongoDB\Driver\Session
The ``$options`` parameter supports the following options:
Refer to the :php:`MongoDB\\Driver\\Manager::startSession()
<mongodb-driver-manager.startsession>` extension reference for accepted
.. include:: /includes/apiargs/MongoDBClient-method-startSession-option.rst
options.
Return Values
Return Values
-------------
-------------
A :php:`MongoDB\Driver\Session <mongodb-driver-session>`
A :php:`MongoDB\Driver\Session <mongodb-driver-session>`
object.
Errors/Exceptions
Errors/Exceptions
-----------------
-----------------
...
...
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