略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: MongoCursor::next

2024-05-05

MongoCursor::next

(PECL mongo >=0.9.0)

MongoCursor::nextAdvances the cursor to the next result, and returns that result

说明

public MongoCursor::next ( void ) : array

参数

此函数没有参数。

返回值

Returns the next document.

错误/异常

Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.

参见

add a note add a note

User Contributed Notes 1 note

up
-2
will dot edgington at gmail dot com
3 years ago
Just a heads up- with version 1.5.4 of the mongo extension, next() is not returning the same result as its alias getNext() (http://php.net/manual/en/mongocursor.getnext.php).  An array is returned with null values.

官方地址:https://www.php.net/manual/en/mongocursor.next.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3