MongoDB::dropCollection
  Drops a collection [deprecated]
  
 
  Description
  
   public array MongoDB::dropCollection
    ( mixed $coll
   )
  Warning
   Deprecated
   
    Use MongoCollection::drop instead.
   
   
    
     This function leaks memory in version 1.0.7 and earlier!
    
   
   
  
 
  Parameters
    
  
   
    
     - 
      
coll
      
     - 
      
       MongoCollection or name of collection to drop.
      
      
       
   
  
  
 
  Return Values
  
  
   Returns the database response.