If you call reset() on a cursor and never call hasNext/getNext/etc it will essentially act as a "close" method. This is useful if you didn't finish fetching all the data from a cursor but don't want it to linger around till MongoDB decides to kill it.
MongoCursor::reset
(PECL mongo >=0.9.0)
MongoCursor::reset — Limpia el cursor
Descripción
public void MongoCursor::reset
( void
)
Parámetros
Esta función no tiene parámetros.
Valores devueltos
NULL.
fastest963 at gmail dot com ¶
4 months ago
