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
206cdde3
Commit
206cdde3
authored
Jun 26, 2018
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refer to extension docs for Client::startSession() options
parent
a7076f99
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 @
a7076f99
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 @
206cdde3
...
...
@@ -23,14 +23,14 @@ Definition
function startSession(array $options = []): MongoDB\Driver\Session
The ``$options`` parameter supports the following options:
.. include:: /includes/apiargs/MongoDBClient-method-startSession-option.rst
Refer to the :php:`MongoDB\\Driver\\Manager::startSession()
<mongodb-driver-manager.startsession>` extension reference for accepted
options.
Return Values
-------------
A :php:`MongoDB\Driver\Session <mongodb-driver-session>`
A :php:`MongoDB\Driver\Session <mongodb-driver-session>`
object.
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