|
方法1: 用file_get_contents 以get方式獲取內容:
<?php$url='http://www.jb51.NET/';$html = file_get_contents($url);echo $html;?>
方法2: 用fopen打開url, 以get方式獲取內容:
<?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函數,以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函數打開url,以get方式獲取完整的數據,包括header和body,fsockopen需要 php.ini 中 allow_url_fopen 選項開啟
<?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函數打開url,以POST方式獲取完整的數據,包括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 主站蜘蛛池模板: 工伤赔偿协议书| 普及的意思三年级下册语文| china中国农村妇女aⅴ| 亚洲 在线| 高纤维食物一览表| 二次元美女放屁| 珠帘玉幕剧情介绍| 家书1000字| 成年人看的免费视频| 清理垃圾360清理垃圾大师| 秀人网门户官网| 电视剧《反击》主要演员| 男插女曲| 吴京电影全集完整版喜剧| 番金连| 刘永健| 致爱丽丝钢琴简谱双手完整版| 绷带怪人| 又见阿郎电视剧免费观看| 驱魔保安| 红日歌词完整版| av电影网| 家庭琐事电影| 陈一龙是哪部电视剧| 加藤なお| 隐藏的歌手第一季免费观看完整版| 利刃出鞘剧情介绍| 药品管理法试题| 诺斯费拉图2024| 搜狐视频安装| 美丽人生在线观看| 黑帮大佬和我的第365天| 亚洲1区| 大众故事1974意大利| 山下大辉| 彩云曲 电影| 一年又一年电视剧演员表| 熊出没之过年大电影| 吉吉映画| 航班危机电影| 情侣自拍偷拍|