arg_name: param name: $manager type: :php:`MongoDB\\Driver\\Manager ` description: | The :php:`Manager ` instance from the driver. The manager maintains connections between the driver and your MongoDB instances. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $databaseName type: string description: | The name of the database{{action}}. interface: phpmethod operation: ~ optional: false replacement: action: "" --- arg_name: param name: $collectionName type: string description: | The name of the {{subject}}{{action}}. interface: phpmethod operation: ~ optional: false replacement: subject: "collection" action: "" --- arg_name: param name: $options type: array description: | An array specifying the desired options. interface: phpmethod operation: ~ optional: true ...