MongoCursor::__construct

(PECL mongo >=0.9.0)

MongoCursor::__constructCreate a new cursor

설명

public MongoCursor::__construct ( MongoClient $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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top