码迷,mamicode.com
首页 > Web开发 > 详细

PHP curl传 json字符串

时间:2016-11-15 10:32:54      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:als   strlen   color   ica   ini   header   php curl   json   har   

 $ch = curl_init();
        curl_setopt($ch, CURLOPT_POST, 1);
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
        curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
         curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
        curl_setopt($ch, CURLOPT_HTTPHEADER, array(
            ‘Content-Type: application/json; charset=utf-8‘,
            ‘Content-Length: ‘.strlen($data))
     );

PHP curl传 json字符串

标签:als   strlen   color   ica   ini   header   php curl   json   har   

原文地址:http://www.cnblogs.com/gaogaoxingxing/p/6064343.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!