mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Suggest printing instance information when troubleshooting
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Troubleshooting
|
||||
|
||||
### Debug the entire curl instance
|
||||
|
||||
```php
|
||||
$curl = new Curl();
|
||||
$curl->get('https://www.example.com/');
|
||||
var_dump($curl); // <-- HERE
|
||||
```
|
||||
|
||||
### Ensure you have the latest version of the library installed
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user