Skip to content

Commit d9ea28f

Browse files
committed
ReadMe: Close Connection
1 parent 2e1948b commit d9ea28f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,12 @@ $DB->lastInsertId();
180180
<?php
181181
$DB->querycount;
182182
?>
183+
```
184+
185+
#### Close Connection
186+
187+
```php
188+
<?php
189+
$DB->CloseConnection;
190+
?>
183191
```

0 commit comments

Comments
 (0)