028-86922220

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

phpPOST的提交

    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
    curl_setopt($ch, CURLOPT_POSTFIELDS,$data_string);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(
        'Content-Type: application/json',
        'Content-Length: ' . strlen($data_string))
    );
    $result = curl_exec($ch);

    curl_close($ch);
    return json_decode($result,true);

文章题目:phpPOST的提交
本文地址:http://www.tsicrk.com/article/jcdopg.html

其他资讯

让你的专属顾问为你服务

1.7051s