MongoCursor::limit

(PECL mongo >=0.9.0)

MongoCursor::limitLimits the number of results returned

Description

public MongoCursor MongoCursor::limit ( int $num )

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

Коментарии

//Show only unique result

$cursor = $collection->find();
$cursor->limit(1);
2013-12-24 16:49:56
http://php5.kiev.ua/manual/ru/mongocursor.limit.html

    Поддержать сайт на родительском проекте КГБ