PHP Classes

File: vendor/mongodb/mongodb/docs/reference/method/MongoDBDatabase-getManager.txt

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/reference/method/MongoDBDatabase-getManager.txt   Download  
File: vendor/mongodb/mongodb/docs/reference/method/MongoDBDatabase-getManager.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 721 bytes
 

Contents

Class file image Download
=============================== MongoDB\\Database::getManager() =============================== .. default-domain:: mongodb .. contents:: On this page :local: :backlinks: none :depth: 1 :class: singlecol Definition ---------- .. phpmethod:: MongoDB\\Database::getManager() Accessor for the :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` used by this :phpclass:`Database <MongoDB\\Database>`. .. code-block:: php function getManager(): MongoDB\Manager Return Values ------------- A :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` object. See Also -------- - :phpmethod:`MongoDB\\Client::getManager()` - :phpmethod:`MongoDB\\Collection::getManager()`