Clarify calling Curl::close() is not typically needed

This commit is contained in:
Zach Borboa
2019-03-06 21:40:40 -08:00
parent f7d93dc46f
commit 401d51ed3a
+1 -1
View File
@@ -143,7 +143,7 @@ echo $curl->responseHeaders['CoNTeNT-TyPE'] . "\n"; // image/png
```
```php
// Clean up.
// Manual clean up.
$curl->close();
```