MongoCursor::limit

(PECL mongo >=0.9.0)

MongoCursor::limitLimits the number of results returned

Descrierea

public MongoCursor::limit ( int $num ) : MongoCursor

Parametri

num

The number of results to return.

Valorile întoarse

Returns this cursor.

Erori/Excepții

Throws MongoCursorException if this cursor has started iterating.

A se vedea și