Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb06819

Browse files
Update README.md
1 parent 78f3dd9 commit bb06819

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ $body = $response->body;
3131
// curl_error() OR null
3232
$error = $response->error;
3333

34-
// curl_info() array
34+
// CurlInfo instance
3535
$info = $response->info;
3636
```
3737

38+
**Update:** `$response->info` now returns an object that will have an auto-complete on your IDE.
39+
40+
![](http://g.recordit.co/svt7mzJwsU.gif);
41+
42+
3843
Works with POST requests too:
3944

4045
```php

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /