update : 2015.11.03
php.shukuma.com검색:
|
MongoCursor::next(PECL mongo >=0.9.0) MongoCursor::next — Advances the cursor to the next result, and returns that result 설명
public array MongoCursor::next
( void
)
인수이 함수는 인수가 없습니다. 반환값Returns the next document. 오류/예외Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded. 참고
|