PHP Classes

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

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/reference/method/MongoDBClient-getManager.txt   Download  
File: vendor/mongodb/mongodb/docs/reference/method/MongoDBClient-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: 711 bytes
 

Contents

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