MongoCursor
PHP Manual

MongoCursor::count

(PECL mongo >=0.9.2)

MongoCursor::countCounts the number of results for this query

Beschreibung

public int MongoCursor::count ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The number of documents returned by this cursor's query.


MongoCursor
PHP Manual