Skip to content

Commit c4eb633

Browse files
committed
Update readme
1 parent f2aac21 commit c4eb633

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ FROM article
117117
LEFT JOIN user ON user.id = article.user_id
118118
```
119119

120+
##### Close your connection
121+
122+
Finally, it's always a good idea to free resources as soon as they are done with their duties:
123+
124+
```php
125+
$fpdo->close();
126+
```
127+
120128
## CRUD Query Examples
121129

122130
##### SELECT

0 commit comments

Comments
 (0)