一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

php發送post請求的三種方法

復制代碼 代碼如下:
class Request{

    public static function post($url, $post_data = '', $timeout = 5){//curl

        $ch = curl_init();

        curl_setopt ($ch, CURLOPT_URL, $url);

        curl_setopt ($ch, CURLOPT_POST, 1);

        if($post_data != ''){

            curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);

        }

        curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);

        curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);

        curl_setopt($ch, CURLOPT_HEADER, false);

        $file_contents = curl_exec($ch);

        curl_close($ch);

        return $file_contents;

    }


    public static function post2($url, $data){//file_get_content

       

        $postdata = http_build_query(

            $data

        );

       

        $opts = array('http' =>

                      array(

                          'method'  => 'POST',

                          'header'  => 'Content-type: application/x-www-form-urlencoded',

                          'content' => $postdata

                      )

        );

       

        $context = stream_context_create($opts);


        $result = file_get_contents($url, false, $context);

        return $result;


    }


    public static function post3($host,$path,$query,$others=''){//fsocket


        $post="POST $path HTTP/1.1/r/nHost: $host/r/n";

        $post.="Content-type: application/x-www-form-";

        $post.="urlencoded/r/n${others}";

        $post.="User-Agent: Mozilla 4.0/r/nContent-length: ";

        $post.=strlen($query)."/r/nConnection: close/r/n/r/n$query";

        $h=fsockopen($host,80);

        fwrite($h,$post);

        for($a=0,$r='';!$a;){

                $b=fread($h,8192);

                $r.=$b;

                $a=(($b=='')?1:0);

            }

        fclose($h);

        return $r;

    }
}

php技術php發送post請求的三種方法,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲无吗在线视频 | 国产一区二区高清视频 | 女色窝777777 | 91久久精品国产91性色tv | 大香伊人久久 | 91国语精品自产拍在线观看性色 | ssswww免费久久 | 亚洲专区一路线二 | 纯毛片 | 91精品国产综合久久青草 | 亚洲一区二区免费 | 四虎国产精品免费观看 | 色多多福利网站 | 久久综合九色综合97婷婷女人 | 精品久久久久久久久久中文字幕 | 久久精品免费全国观看国产 | 免费视频亚洲 | 国产九九在线 | 国产日韩精品一区在线不卡 | 岛国最新资源网站 | 日韩 亚洲 中文 图片 小说 | www日本片 | 亚洲国产最新在线一区二区 | 久夜tv| 成人久久伊人精品伊人 | 日本www视频在线观看 | 特级做a爰片毛片免费看一区 | 国产高清免费视频 | 人人公开免费超级碰碰碰视频 | 欧美日韩一二三四区 | 国产中文一区 | 久久久综合网 | 日韩在线一区二区三区视频 | 91大神精品长腿在线观看网站 | 69日本xxxxx色护士 | 久久久精品免费国产四虎 | 成人开心激情 | 国产人成午夜免视频网站 | 色综合久久综合 | 亚洲一区日韩一区欧美一区a | 久久福利一区 |