mongodb\Query average()

average() public method

Returns the average of the specified column values.

public integer average ( $q, $db = null )
$q string

The column name. Make sure you properly quote column names in the expression.

$db yii\mongodb\Connection

The Mongo connection used to execute the query. If this parameter is not given, the mongodb application component will be used.

return integer

The average of the specified column values.

doc_Yii
2016-10-30 17:08:55
Comments
Leave a Comment

Please login to continue.