PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndex-param.yaml

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndex-param.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-createIndex-param.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 377 bytes
 

Contents

Class file image Download
arg_name: param name: $key type: array|object description: | Specifies the field or fields to index and the index order. For example, the following specifies a descending index on the ``username`` field: .. code-block:: php [ 'username' => -1 ] interface: phpmethod operation: ~ optional: false --- source: file: apiargs-common-param.yaml ref: $options ...