We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f790e7 commit ab17c4fCopy full SHA for ab17c4f
examples/post_json_array_response.php
@@ -18,4 +18,4 @@
18
$curl->setDefaultJsonDecoder($assoc = true);
19
$curl->setHeader('Content-Type', 'application/json');
20
$curl->post('https://httpbin.org/post', $data);
21
-var_dump($curl->response['json']);
+var_dump($curl->response);
0 commit comments