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

php發(fā)送get、post請(qǐng)求的6種方法簡(jiǎn)明總結(jié)

方法1: 用file_get_contents 以get方式獲取內(nèi)容:

<?php$url='http://www.jb51.NET/';$html = file_get_contents($url);echo $html;?>

方法2: 用fopen打開(kāi)url, 以get方式獲取內(nèi)容:

<?php$fp = fopen($url, ‘r');stream_get_meta_data($fp);while(!feof($fp)) {$result .= fgets($fp, 1024);}echo “url body: $result”;fclose($fp);?>

方法3:用file_get_contents函數(shù),以post方式獲取url

<?php$data = array (‘foo' => ‘bar');$data = http_build_query($data);$opts = array (‘http' => array (‘method' => ‘POST',‘header'=> “Content-type: application/x-www-form-urlencodedrn” .“Content-Length: ” . strlen($data) . “rn”,‘content' => $data));$context = stream_context_create($opts);$html = file_get_contents(‘http://localhost/e/admin/test.html', false, $context);echo $html;?>

方法4:用fsockopen函數(shù)打開(kāi)url,以get方式獲取完整的數(shù)據(jù),包括header和body,fsockopen需要 php.ini 中 allow_url_fopen 選項(xiàng)開(kāi)啟

<?phpfunction get_url ($url,$cookie=false){$url = parse_url($url);$query = $url[path].”?”.$url[query];echo “Query:”.$query;$fp = fsockopen( $url[host], $url[port]?$url[port]:80 , $errno, $errstr, 30);if (!$fp) {return false;} else {$request = “GET $query HTTP/1.1rn”;$request .= “Host: $url[host]rn”;$request .= “Connection: Closern”;if($cookie) $request.=”Cookie:  $cookien”;$request.=”rn”;fwrite($fp,$request);while(!@feof($fp)) {$result .= @fgets($fp, 1024);}fclose($fp);return $result;}}//獲取url的html部分,去掉headerfunction GetUrlHTML($url,$cookie=false){$rowdata = get_url($url,$cookie);if($rowdata){$body= stristr($rowdata,”rnrn”);$body=substr($body,4,strlen($body));return $body;}return false;}?>

方法5:用fsockopen函數(shù)打開(kāi)url,以POST方式獲取完整的數(shù)據(jù),包括header和body

<?phpfunction HTTP_Post($URL,$data,$cookie, $referrer=”"){// parsing the given URL$URL_Info=parse_url($URL);// Building referrerif($referrer==”") // if not given use this script as referrer$referrer=”111″;// making string from $dataforeach($data as $key=>$value)$values[]=”$key=”.urlencode($value);$data_string=implode(“&”,$values);// Find out which port is needed 

主站蜘蛛池模板:
欧美大色网|
亚洲二区视频
|
91麻豆视频
|
一本中文字幕一区
|
伊人福利视频
|
狂野欧美
|
99久久精品免费看国产一区二区
|
久久精品视频99精品视频150
|
久草国产精品视频
|
奇米第四狠狠777高清秒播
|
国产精品第一
|
国产精品欧美在线不卡
|
久久精品免费全国观看国产
|
亚洲综合丁香婷婷六月香
|
玖玖五月
|
亚洲精品日韩中文字幕久久久
|
免费播放欧美一级特黄
|
激情小说专区
|
国产精品11页
|
一区二区视频在线播放
|
久久婷婷五色综合夜啪
|
在线观看黄网站
|
亚洲第一福利视频
|
特黄视频免费看
|
天天干b|
欧美视频在线观看xxxx
|
色免费在线观看
|
好吊妞视频免费观看va
|
日韩免费视频播放
|
99免费精品视频
|
一级黄色a毛片
|
91在线视频导航
|
最新日本免费一区二区三区中文
|
亚欧成人乱码一区二区
|
色网站在线
|
亚洲一区二区成人
|
亚洲一区中文字幕在线
|
影音先锋中文一区亚洲
|
久久91精品国产91久
|
久久综久久美利坚合众国
|
15p亚洲
|