Php/docs/mongocursor.limit

From Get docs

MongoCursor::limit

(PECL mongo >=0.9.0)

MongoCursor::limitLimits the number of results returned


Description

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

Parameters

num
The number of results to return.


Return Values

Returns this cursor.


Errors/Exceptions

Throws MongoCursorException if this cursor has started iterating.


See Also