Why read data with curl I get string value?

后端 未结 0 1269
鱼传尺愫
鱼传尺愫 2020-11-28 19:15

In laravel 7 app I read data with curl and expect returned data be in json format :

$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

curl_s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题