Monday, 17 September 2018

return data from curl as json

https://stackoverflow.com/questions/24939326/php-curl-request-data-return-in-application-json


curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept: application/json'));

No comments:

Post a Comment