国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > 建站經(jīng)驗(yàn) > 正文

實(shí)現(xiàn)獲取http內(nèi)容的php函數(shù)分享

2024-04-25 20:30:54
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

 這篇文章主要介紹了實(shí)現(xiàn)獲取http內(nèi)容的php函數(shù),現(xiàn)在分享給大家,需要的朋友可以看一下

代碼如下:

<?php
function http_open($url, $data, $cookie = null, $method = "GET", $timeout = 60) {
 $options = array();
 $options['http']['method'] = $method;
 $options['http']['user_agent'] = $_SERVER['HTTP_USER_AGENT'];
 $options['http']['timeout'] = $timeout;
 if($method == "POST") : 
  $length = strlen($data);
  $options['http']['header'] = "Content-type: application/x-www-form-urlencoded/r/n".
  "Content-Length: {$length}/r/n".
  "P3P: CP=/"CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR/"/r/n".
  "cookie: {$cookie}/r/n".
  "Connection: close/r/n";
  $options['http']['content'] = $data;
 else:
  $options['http']['header'] = "Content-type: application/x-www-form-urlencoded/r/n".
  "P3P: CP=/"CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR/"/r/n".
  "cookie: {$cookie}/r/n".
  "Connection: close/r/n";
 endif;

 $context = stream_context_create($options);
 return file_get_contents($url, 0, $context);
}
echo http_open("http://localhost/1.php", "username=haowei", "id=5", "POST");

php源碼下載

 

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 丽江市| 涿州市| 华宁县| 亚东县| 云浮市| 辉县市| 民勤县| 太湖县| 萨迦县| 贞丰县| 富川| 榕江县| 东乡县| 平利县| 南阳市| 平陆县| 沂水县| 崇州市| 元阳县| 武穴市| 鄂托克旗| 日照市| 澄城县| 息烽县| 巴南区| 琼结县| 安阳县| 古田县| 通辽市| 怀宁县| 饶平县| 广东省| 中牟县| 正镶白旗| 凭祥市| 威海市| 华阴市| 罗山县| 广德县| 井冈山市| 昔阳县|