|
MongoCursor::getNext(PECL mongo >=0.9.0) MongoCursor::getNext — Return the next object to which this cursor points, and advance the cursor Описание
public array MongoCursor::getNext
( void
)
This is identical to the function:
<?php Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns the next object. ОшибкиThrows MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded. |
|