Метод |
Описание |
|
extractIdFromInsertedDocument ( array | object $document ) : mixed |
Extracts an ID from an inserted document. |
|
generateIndexName ( array | object $document ) : string |
Generate an index name from a key specification. |
|
isFirstKeyOperator ( array | object $document ) : boolean |
Return whether the first key in the document starts with a "$" character. |
|
isLastPipelineOperatorOut ( array $pipeline ) : boolean |
Return whether the aggregation pipeline ends with an $out operator. |
|
isStringArray ( $input ) : boolean |
|
|
readConcernAsDocument ( MongoDB\Driver\ReadConcern $readConcern ) : stdClass |
Converts a ReadConcern instance to a stdClass for use in a BSON document. |
|
serverSupportsFeature ( MongoDB\Driver\Server $server, integer $feature ) : boolean |
Return whether the server supports a particular feature. |
|