LMongo\Query\Cursor::count PHP Method

count() public method

Implement Countable
public count ( ) : integer
return integer
    public function count()
    {
        return $this->cursor->count(true);
    }