Commit 72884721 authored by Jeremy Mikola's avatar Jeremy Mikola

Use section heading for "See Also" links

parent c9884433
......@@ -62,8 +62,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::drop()`
- :manual:`dropDatabase </reference/command/dropDatabase>` command reference
in the MongoDB manual
- :phpmethod:`MongoDB\\Database::drop()`
- :manual:`dropDatabase </reference/command/dropDatabase>` command reference in
the MongoDB manual
......@@ -27,7 +27,8 @@ Definition
A :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` object.
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::getManager()`
- :phpmethod:`MongoDB\\Database::getManager()`
- :phpmethod:`MongoDB\\Collection::getManager()`
- :phpmethod:`MongoDB\\Database::getManager()`
......@@ -69,7 +69,8 @@ The output would then resemble::
bool(false)
}
.. seealso::
See Also
--------
- :manual:`listDatabases </reference/command/listDatabases>` command
reference in the MongoDB manual
- :manual:`listDatabases </reference/command/listDatabases>` command reference
in the MongoDB manual
......@@ -70,7 +70,8 @@ with a custom read preference:
]
);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::__construct()`
- :phpmethod:`MongoDB\\Database::selectCollection()`
- :phpmethod:`MongoDB\\Collection::__construct()`
- :phpmethod:`MongoDB\\Database::selectCollection()`
......@@ -69,7 +69,8 @@ preference:
]
);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Client::__get()`
- :phpmethod:`MongoDB\\Database::__construct()`
- :phpmethod:`MongoDB\\Client::__get()`
- :phpmethod:`MongoDB\\Database::__construct()`
......@@ -69,7 +69,8 @@ array, as was done in the legacy :php:`mongo extension <mongo>`.
]
);
.. seealso::
See Also
--------
- :php:`MongoDB\\Driver\\Manager::__construct()
- :php:`MongoDB\\Driver\\Manager::__construct()
<mongodb-driver-manager.construct>`
......@@ -60,8 +60,9 @@ The following example selects the ``demo`` and ``another-app`` databases:
$demo = $client->demo;
$anotherApp = $client->{'another-app'};
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Client::selectDatabase()`
- :phpmethod:`MongoDB\\Database::__construct()`
- :php:`Property Overloading <oop5.overloading>` in the PHP Manual
- :phpmethod:`MongoDB\\Client::selectDatabase()`
- :phpmethod:`MongoDB\\Database::__construct()`
- :php:`Property Overloading <oop5.overloading>` in the PHP Manual
......@@ -59,9 +59,10 @@ value will be :php:`Traversable <traversable>`.
.. todo: add examples
.. seealso::
See Also
--------
- :manual:`aggregate </reference/command/aggregate>` command reference in the
- :manual:`aggregate </reference/command/aggregate>` command reference in the
MongoDB manual
- :manual:`Aggregation Pipeline </core/aggregation-pipeline>`
documentation in the MongoDB Manual
- :manual:`Aggregation Pipeline </core/aggregation-pipeline>` documentation in
the MongoDB Manual
......@@ -37,13 +37,14 @@ Definition
.. todo: add output and examples
.. seealso::
- :phpmethod:`MongoDB\\Collection::deleteMany()`
- :phpmethod:`MongoDB\\Collection::deleteOne()`
- :phpmethod:`MongoDB\\Collection::insertMany()`
- :phpmethod:`MongoDB\\Collection::insertOne()`
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :doc:`/tutorial/crud`
See Also
--------
- :phpmethod:`MongoDB\\Collection::deleteMany()`
- :phpmethod:`MongoDB\\Collection::deleteOne()`
- :phpmethod:`MongoDB\\Collection::insertMany()`
- :phpmethod:`MongoDB\\Collection::insertOne()`
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :doc:`/tutorial/crud`
......@@ -35,7 +35,8 @@ Definition
.. todo: add output and examples
.. seealso::
See Also
--------
- :manual:`count </reference/command/count>` command reference in the MongoDB
- :manual:`count </reference/command/count>` command reference in the MongoDB
manual
......@@ -91,10 +91,11 @@ The output would then resemble::
string(9) "borough_1"
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::createIndexes()`
- :doc:`/tutorial/indexes`
- :manual:`createIndexes </reference/command/createIndexes>` command
reference in the MongoDB manual
- :manual:`Index </indexes>` documentation in the MongoDB Manual
- :phpmethod:`MongoDB\\Collection::createIndexes()`
- :doc:`/tutorial/indexes`
- :manual:`createIndexes </reference/command/createIndexes>` command reference
in the MongoDB manual
- :manual:`Index </indexes>` documentation in the MongoDB Manual
......@@ -82,10 +82,11 @@ The output would then resemble::
string(9) "geo_index"
}
.. seealso::
- :phpmethod:`MongoDB\\Collection::createIndex()`
- :doc:`/tutorial/indexes`
- :manual:`createIndexes </reference/command/createIndexes>` command
reference in the MongoDB manual
- :manual:`Index </indexes>` documentation in the MongoDB Manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::createIndex()`
- :doc:`/tutorial/indexes`
- :manual:`createIndexes </reference/command/createIndexes>` command reference
in the MongoDB manual
- :manual:`Index </indexes>` documentation in the MongoDB Manual
......@@ -58,10 +58,11 @@ The output would then resemble::
Deleted 2 document(s)
.. seealso::
- :phpmethod:`MongoDB\\Collection::deleteOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`delete </reference/command/delete` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::deleteOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`delete </reference/command/delete` command reference in the MongoDB
manual
......@@ -60,10 +60,11 @@ The output would then resemble::
Deleted 1 document(s)
.. seealso::
- :phpmethod:`MongoDB\\Collection::deleteMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`delete command reference </reference/command/delete`
in the MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::deleteMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`delete </reference/command/delete` command reference in the MongoDB
manual
......@@ -241,7 +241,8 @@ The output would then resemble::
string(29) "Vietnamese/Cambodian/Malaysia"
}
.. seealso::
See Also
--------
- :manual:`distinct </reference/command/distinct>` command reference in the
- :manual:`distinct </reference/command/distinct>` command reference in the
MongoDB manual
......@@ -65,8 +65,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::dropCollection()`
- :manual:`drop </reference/command/drop>` command reference in the MongoDB
- :phpmethod:`MongoDB\\Database::dropCollection()`
- :manual:`drop </reference/command/drop>` command reference in the MongoDB
manual
......@@ -63,10 +63,11 @@ The output would then resemble::
}
}
.. seealso::
- :phpmethod:`MongoDB\\Collection::dropIndexes()`
- :doc:`/tutorial/indexes`
- :manual:`dropIndexes </reference/command/dropIndexes>` command reference
in the MongoDB manual
- :manual:`Index documentation </indexes>` in the MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::dropIndexes()`
- :doc:`/tutorial/indexes`
- :manual:`dropIndexes </reference/command/dropIndexes>` command reference in
the MongoDB manual
- :manual:`Index documentation </indexes>` in the MongoDB manual
......@@ -66,10 +66,11 @@ The output would then resemble::
}
}
.. seealso::
- :phpmethod:`MongoDB\\Collection::dropIndex()`
- :doc:`/tutorial/indexes`
- :manual:`dropIndexes </reference/command/dropIndexes>` command reference
in the MongoDB manual
- :manual:`Index documentation </indexes>` in the MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::dropIndex()`
- :doc:`/tutorial/indexes`
- :manual:`dropIndexes </reference/command/dropIndexes>` command reference in
the MongoDB manual
- :manual:`Index documentation </indexes>` in the MongoDB manual
......@@ -147,8 +147,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::findOne()`
- :manual:`find </reference/command/find>` command reference in the MongoDB
- :phpmethod:`MongoDB\\Collection::findOne()`
- :manual:`find </reference/command/find>` command reference in the MongoDB
manual
......@@ -82,8 +82,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::find()`
- :manual:`find </reference/command/find>` command reference in the MongoDB
- :phpmethod:`MongoDB\\Collection::find()`
- :manual:`find </reference/command/find>` command reference in the MongoDB
manual
......@@ -77,9 +77,10 @@ The output would then resemble::
string(8) "40375376"
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
- :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
- :manual:`findAndModify </reference/command/findAndModify>` command
reference in the MongoDB manual
- :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
- :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
- :manual:`findAndModify </reference/command/findAndModify>` command reference
in the MongoDB manual
......@@ -124,9 +124,10 @@ The output would then resemble::
string(9) "999999999"
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
- :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
- :manual:`findAndModify </reference/command/findAndModify>` command
reference in the MongoDB manual
- :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
- :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
- :manual:`findAndModify </reference/command/findAndModify>` command reference
in the MongoDB manual
......@@ -88,9 +88,10 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
- :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
- :manual:`findAndModify </reference/command/findAndModify>` command
reference in the MongoDB manual
- :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
- :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
- :manual:`findAndModify </reference/command/findAndModify>` command reference
in the MongoDB manual
......@@ -43,7 +43,8 @@ The output would then resemble::
zips
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::getDatabaseName()`
- :phpmethod:`MongoDB\\Collection::getNamespace()`
- :phpmethod:`MongoDB\\Collection::getDatabaseName()`
- :phpmethod:`MongoDB\\Collection::getNamespace()`
......@@ -43,8 +43,9 @@ The output would then resemble::
demo
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::getCollectionName()`
- :phpmethod:`MongoDB\\Collection::getNamespace()`
- :phpmethod:`MongoDB\\Collection::getCollectionName()`
- :phpmethod:`MongoDB\\Collection::getNamespace()`
......@@ -27,7 +27,8 @@ Definition
A :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` object.
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Client::getManager()`
- :phpmethod:`MongoDB\\Database::getManager()`
- :phpmethod:`MongoDB\\Client::getManager()`
- :phpmethod:`MongoDB\\Database::getManager()`
......@@ -44,7 +44,8 @@ The output would then resemble::
demo.zips
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::getCollectionName()`
- :phpmethod:`MongoDB\\Collection::getDatabaseName()`
- :phpmethod:`MongoDB\\Collection::getCollectionName()`
- :phpmethod:`MongoDB\\Collection::getDatabaseName()`
......@@ -84,10 +84,11 @@ The output would then resemble::
.. end-crud-include
.. seealso::
- :phpmethod:`MongoDB\\Collection::insertOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`insert </reference/command/insert>` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::insertOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`insert </reference/command/insert>` command reference in the MongoDB
manual
......@@ -69,10 +69,11 @@ The output would then resemble::
.. end-crud-include
.. seealso::
- :phpmethod:`MongoDB\\Collection::insertMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`insert </reference/command/insert>` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::insertMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`insert </reference/command/insert>` command reference in the MongoDB
manual
......@@ -93,12 +93,13 @@ The output would then resemble::
string(19) "example.restaurants"
}
.. seealso::
See Also
--------
- :doc:`/tutorial/indexes`
- :manual:`listIndexes </reference/command/listIndexes>` command reference in
- :doc:`/tutorial/indexes`
- :manual:`listIndexes </reference/command/listIndexes>` command reference in
the MongoDB manual
- :manual:`Index documentation </core/indexes>` in the MongoDB manual
- `Enumerating Collections
- :manual:`Index documentation </core/indexes>` in the MongoDB manual
- `Enumerating Collections
<https://github.com/mongodb/specifications/blob/master/source/enumerate-indexes.rst>`_
specification
......@@ -68,11 +68,12 @@ The output would then resemble::
Matched 1 document(s)
Modified 1 document(s)
.. seealso::
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the MongoDB
manual
......@@ -58,11 +58,12 @@ The output would then resemble::
Matched 5656 document(s)
Modified 5656 document(s)
.. seealso::
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateOne()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the MongoDB
manual
......@@ -60,11 +60,12 @@ The output would then resemble::
Matched 1 document(s)
Modified 1 document(s)
.. seealso::
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the
MongoDB manual
See Also
--------
- :phpmethod:`MongoDB\\Collection::replaceOne()`
- :phpmethod:`MongoDB\\Collection::updateMany()`
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
- :doc:`/tutorial/crud`
- :manual:`update </reference/command/update>` command reference in the MongoDB
manual
......@@ -49,6 +49,7 @@ preference:
'readPreference' => new MongoDB\Driver\ReadPreference(MongoDB\Driver\ReadPreference::RP_SECONDARY),
]);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::__construct()`
- :phpmethod:`MongoDB\\Collection::__construct()`
......@@ -40,9 +40,10 @@ options from that object.
.. todo: add an example
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::withOptions()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :phpmethod:`MongoDB\\Database::selectCollection()`
- :phpmethod:`MongoDB\\Database::__get()`
- :phpmethod:`MongoDB\\Collection::withOptions()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :phpmethod:`MongoDB\\Database::selectCollection()`
- :phpmethod:`MongoDB\\Database::__get()`
......@@ -138,11 +138,11 @@ The output would resemble::
}
}
.. seealso::
See Also
--------
- :doc:`/tutorial/commands`
- :manual:`Database Commands </reference/command>` in the
MongoDB manual
- :php:`MongoDB\\Driver\\Cursor <class.mongodb-driver-cursor>`
- :php:`MongoDB\\Driver\\Manager::executeCommand()
- :doc:`/tutorial/commands`
- :manual:`Database Commands </reference/command>` in the MongoDB manual
- :php:`MongoDB\\Driver\\Cursor <class.mongodb-driver-cursor>`
- :php:`MongoDB\\Driver\\Manager::executeCommand()
<manual/en/mongodb-driver-manager.executecommand.php>`
......@@ -83,8 +83,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :manual:`create </reference/command/create>` command reference in the MongoDB
- :manual:`create </reference/command/create>` command reference in the MongoDB
manual
- :manual:`db.createCollection() </reference/method/db.createCollection/>`
- :manual:`db.createCollection() </reference/method/db.createCollection/>`
......@@ -62,8 +62,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Client::dropDatabase()`
- :manual:`dropDatabase </reference/command/dropDatabase>` command reference
in the MongoDB manual
- :phpmethod:`MongoDB\\Client::dropDatabase()`
- :manual:`dropDatabase </reference/command/dropDatabase>` command reference in
the MongoDB manual
......@@ -64,8 +64,9 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::drop()`
- :manual:`drop </reference/command/drop>` command reference in the MongoDB
- :phpmethod:`MongoDB\\Collection::drop()`
- :manual:`drop </reference/command/drop>` command reference in the MongoDB
manual
......@@ -27,7 +27,8 @@ Definition
A :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` object.
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Client::getManager()`
- :phpmethod:`MongoDB\\Collection::getManager()`
- :phpmethod:`MongoDB\\Client::getManager()`
- :phpmethod:`MongoDB\\Collection::getManager()`
......@@ -110,10 +110,11 @@ The output would then resemble::
}
}
.. seealso::
See Also
--------
- :manual:`listCollections </reference/command/listCollections` command
- :manual:`listCollections </reference/command/listCollections` command
reference in the MongoDB manual
- `Enumerating Collections
- `Enumerating Collections
<https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst>`_
specification
......@@ -69,8 +69,9 @@ database with a custom read preference:
]
);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::__get()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :phpmethod:`MongoDB\\Collection::__construct()`
- :phpmethod:`MongoDB\\Database::__get()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :phpmethod:`MongoDB\\Collection::__construct()`
......@@ -68,6 +68,7 @@ database with a custom read preference:
'readPreference' => new MongoDB\Driver\ReadPreference(MongoDB\Driver\ReadPreference::RP_SECONDARY),
]);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::__construct()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::__construct()`
......@@ -49,6 +49,7 @@ preference:
'readPreference' => new MongoDB\Driver\ReadPreference(MongoDB\Driver\ReadPreference::RP_SECONDARY),
]);
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::__construct()`
- :phpmethod:`MongoDB\\Database::__construct()`
......@@ -37,8 +37,9 @@ the :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` object. If
you select the Database from a :phpclass:`Client <MongoDB\\Client>` object, the
Database inherits its options from that object.
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::withOptions()`
- :phpmethod:`MongoDB\\Client::selectDatabase()`
- :phpmethod:`MongoDB\\Client::__get()`
- :phpmethod:`MongoDB\\Database::withOptions()`
- :phpmethod:`MongoDB\\Client::selectDatabase()`
- :phpmethod:`MongoDB\\Client::__get()`
......@@ -60,8 +60,9 @@ collections from the ``demo`` database:
$users = $db->users;
$systemProfile = $db->{'system.profile'};
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::selectCollection()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :php:`Property Overloading <oop5.overloading>` in the PHP Manual
- :phpmethod:`MongoDB\\Database::selectCollection()`
- :phpmethod:`MongoDB\\Client::selectCollection()`
- :php:`Property Overloading <oop5.overloading>` in the PHP Manual
......@@ -28,8 +28,9 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
......@@ -32,8 +32,9 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
......@@ -35,6 +35,7 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Collection::find()`
- :phpmethod:`MongoDB\\Collection::find()`
......@@ -31,6 +31,7 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileIdForStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileIdForStream()`
......@@ -32,6 +32,7 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileDocumentForStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileDocumentForStream()`
......@@ -31,8 +31,9 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
......@@ -35,8 +35,9 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStreamByName()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
......@@ -41,6 +41,7 @@ metadata document will be created when the writable stream is closed.
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::uploadFromStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::uploadFromStream()`
......@@ -38,6 +38,7 @@ Definition
.. todo: add examples
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\GridFS\\Bucket::openUploadStream()`
- :phpmethod:`MongoDB\\GridFS\\Bucket::openUploadStream()`
......@@ -39,6 +39,7 @@ the Bucket inherits its options from that object.
.. todo: add an example
.. seealso::
See Also
--------
- :phpmethod:`MongoDB\\Database::selectGridFSBucket()`
- :phpmethod:`MongoDB\\Database::selectGridFSBucket()`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment