Mongolid\Cursor\EmbeddedCursor::count PHP 메소드

count() 공개 메소드

Counts the number of results for this cursor.
public count ( ) : integer
리턴 integer The number of documents returned by this cursor's query.
    public function count()
    {
        return count($this->items);
    }