MongoCursor::__construct
(PECL mongo >=0.9.0)
MongoCursor::__construct — Create a new cursor
Açıklama
public MongoCursor::__construct
( Mongo
$connection
, string $ns
[, array $query = array()
[, array $fields = array()
]] )Değiştirgeler
-
connection -
Database connection.
-
ns -
Full name of database and collection.
-
query -
Database query.
-
fields -
Fields to return.
Dönen Değerler
Returns the new cursor.
There are no user contributed notes for this page.
