MongoCursor
在线手册:中文 英文
PHP手册

MongoCursor::__construct

(PECL mongo >=0.9.0)

MongoCursor::__constructCreate a new cursor

说明

public MongoCursor::__construct ( Mongo $connection , string $ns [, array $query = array() [, array $fields = array() ]] )

参数

connection

Database connection.

ns

Full name of database and collection.

query

Database query.

fields

Fields to return.

返回值

Returns the new cursor.


MongoCursor
在线手册:中文 英文
PHP手册