PHP - Manual: MongoCursor::__construct
2025-10-31
(PECL mongo >=0.9.0)
MongoCursor::__construct — Create a new cursor
$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
  官方地址:https://www.php.net/manual/en/mongocursor.construct.php