mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Use full example for enabling verbose mode
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
```php
|
||||
$curl = new Curl();
|
||||
$curl->verbose();
|
||||
$curl->get('https://www.example.com/');
|
||||
var_dump($curl);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user