(PECL mongo >=1.6.0)
Returns information about collections in this database
public array MongoDB::getCollectionInfo ([ array $options = array() ] )
Gets a list of all collections in the database and returns them as an array of documents, which contain their names and options.
Note: This method will use the » listCollections database command when communicating with MongoDB 2.8+. For previous database versions, the method