| PHP » GoLang | login |
            register |
            
            about | 
| GoLang MongoCollection::drop
                                request it (658)
                            GoLang replacement for PHP's MongoCollection::drop
                            [edit | history] 
                             MongoCollection::drop(PECL mongo >=0.9.0) MongoCollection::drop — Drops this collection Description
   public array MongoCollection::drop
    ( void
   ) Drops this collection and deletes its indices. ParametersThis function has no parameters. Return ValuesReturns the database response. ExamplesExample #1 MongoCollection::drop() example This example demonstrates how to drop a collection and the response to expect. 
<?phpThe above example will output something similar to: 
Array
(
    [nIndexesWas] => 1
    [msg] => all indexes deleted for collection
    [ns] => my_db.articles
    [ok] => 1
)
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |