We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1597a8 commit 8ba01bfCopy full SHA for 8ba01bf
source/connect/client.txt
@@ -96,11 +96,6 @@ deployment on port ``27017`` of ``localhost``:
96
:language: php
97
:copyable: true
98
99
-.. tip:: Reuse Your Client
100
-
101
- Because each ``MongoDB\Client`` object represents a pool of connections to the
102
- database, you can use a single instance of the class across multiple requests.
103
104
API Documentation
105
-----------------
106
source/includes/connect/client.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-$client = new MongoDB\Client("mongodb://localhost:27017");
+$client = new MongoDB\Client("mongodb://localhost:27017");
0 commit comments