mongodb\QueryBuilder aggregate()

aggregate() public method

Generates 'aggregate' command.

public array aggregate ( $collectionName, $pipelines, $options = [] )
$collectionName string

Collection name

$pipelines array

List of pipeline operators.

$options array

Optional parameters.

return array

Command document.

doc_Yii
2016-10-30 17:09:02
Comments
Leave a Comment

Please login to continue.