MongoCursor::__construct
  (PECL mongo >=0.9.0)
MongoCursor::__construct — Create a new cursor
  
 
  Beschreibung
  
    MongoCursor::__construct
    ( resource $connection
   , string $ns
   [, array $query = array()
   [, array $fields = array()
  ]] )
  
 
  Parameter-Liste
  
   
    - 
     
      connection
     
     
- 
      
       Database connection.
       
- 
     
      ns
     
     
- 
      
       Full name of database and collection.
       
- 
     
      query
     
     
- 
      
       Database query.
       
- 
     
      fields
     
     
- 
      
       Fields to return.
       
 
 
  Rückgabewerte
  
   Returns the new cursor.