189 8069 5689

PHP使用file_get_contents函数POST数据

function http_post($url,$data = null)

创新互联建站专注于巴东网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供巴东营销型网站建设,巴东网站制作、巴东网页设计、巴东网站官网定制、小程序设计服务,打造巴东网络公司原创品牌,更为您提供巴东网站排名全网营销落地服务。

{

$cxContext = NULL;

if($data!=null)

{


$opts = array(  

    'http'=>array(  

  'method'=>"POST",  

  'header'=>"Content-type: application/x-www-form-urlencoded\r\n".  

  "Content-length:".strlen($data)."\r\n" .   

  "\r\n",  

  'content' => $data,  

    )  

  );  

 $cxContext = stream_context_create($opts); 

}

    $output = file_get_contents($url, false, $cxContext);  

 

    return $output;  

}


文章标题:PHP使用file_get_contents函数POST数据
当前链接:http://cdxtjz.cn/article/pjegei.html

其他资讯