Details
-
Bug
-
Status: Closed
-
Resolution: Works as Designed
-
None
-
None
-
None
Description
how can i list the database name only i'm using this code
$client = new MongoDB\Client;
$parn = $client->listDatabases();
foreach ($parn as $databaseInfo)
{ var_dump($parn); }please help me to solve this problem im not using mongodb 3.6
Attachments
Issue Links
- is related to
-
SERVER-3181 Add option to listDatabases to only get db names, not size info
-
- Closed
-