リモート コンテンツを開くオプションがサポートされている場合、PHP は実際に fopen または file_get_contents を使用して Web ページのコンテンツを取得できます。ただし、デフォルトの関数には HTTP ヘッダーを取得できないという欠点があり、一部の特殊なアプリケーションでは非常に不便です。たとえば、次のリンクがあります:
http://www.abc.com/showvd.asp?id=18
画像を返す場合、デフォルトの関数を使用すると識別することは困難ですが、さらに、相手がホットリンクを防ぐために参照を使用する場合は、HTTP クラスを使用することでこれらの問題を完全に解決でき、速度もほぼ同じになります。
使用法:
$hd = new DedeHttpDown();
$hd->OpenUrl("http://www.dedecms.com");
echo $hd->GetHtml();ファイルを使用するには、 $hd->SaveBin("dede.html");
$hd->Close();
http リクエスト ヘッダーを取得するには、
$hd->GetHead("key") を使用します。リクエストヘッダー
$hd->SetHead(key,value); (OpenUrl を呼び出す前に設定する必要があります)
コードは次のとおりです:
* ------------ ------ -------------------------------------------- ------ --
//Dream Weaving HTTP ダウンロード クラス V1.0
//From: Dream Weaving Journey http://www.dedecms.com
//著者: IT Plato
//時間: 2005- 11-13 12:39
//声明: 最初に Left Behind ウェブサイトに掲載されました。転載する場合は著作権情報を保持してください
----------------------- --------- ------------------------------------- */
クラスDedeHttpDown
var $m_url = " ";
var $m_host = "";
var $m_user = "";
var $m_pass = " ";
var $m_fp = "; $m_error = "" httphead = "" ; $m_html = "" ;
var $m_puthead = "";
var $HomeUrl = "";
var $JumpCount = 0;// 複数のリダイレクトが無限ループに陥るのを防ぎます
/ /
// システムを初期化する
//
PrivateInit($url)
$urls = @parse_url($url);
If(!empty($urls["scheme"])) $this-> m_scheme = $ URLs ["scheme"];
if (! Empty ($ urls ["user"]) {
$ this- & gt; m_user = $ urls ["user"];
}}
if(!empty($urls["pass"])){
$this->m_pass = $urls["pass"];
}
if(!empty($urls["port"])){ $this->m_port = $urls["ポート"];
}
if(!empty($urls["path"])) $this->m_path = $urls["path"];
$this->m_urlpath = $this->m_path;
if(!empty($urls["query"])){
$this->m_query = $urls["query"];
$this->m_urlpath .= "?".$this->m_query;
}
$this->HomeUrl = $urls["host"];
$this->BaseUrlPath = $this->HomeUrl.$urls["path"];
$this->BaseUrlPath = ereg_replace("/([^/]*).(.*)$","/",$this->BaseUrlPath);
$this->BaseUrlPath = ereg_replace("/$","",$this->BaseUrlPath);
}
}
//
// 打开指定网址
//
function OpenUrl($url)
{
// 各パラメータを重设す
$this->m_url = "";
$this->m_urlpath = "";
$this->m_scheme = "http";
$this->m_host = "";
$this->m_port = "80";
$this->m_user = "";
$this->m_pass = "";
$this->m_path = "/";
$this->m_query = "";
$this->m_error = "";
$this->JumpCount = 0;
$this->m_httphead = Array() ;
//$this->m_puthead = "";
$this->m_html = "";
$this->Close();
//初化系统
$this->PrivateInit($url);
$this->PrivateStartSession();
}
//
//打开303重定向网址
//
function JumpOpenUrl($url)
{
// 重各パラメータ
$this->m_url = "";
$this->m_urlpath = "";
$this->m_scheme = "http";
$this->m_host = "";
$this->m_port = "80";
$this->m_user = "";
$this->m_pass = "";
$this->m_path = "/";
$this->m_query = "";
$this->m_error = "";
$this->JumpCount++;
$this->m_httphead = Array() ;
$this->m_html = "";
$this->Close();
//初化系统
$this->PrivateInit($url);
$this->PrivateStartSession();
}
//
//获特定の操作错误の原因
//
function printError()
{ echo "错误信息:".$this->m_error;
echo "特定の返头:
";
foreach($this->m_httphead as $k=>$v)
{ echo "$k =>gt; $v
rn"; }
}
//
//判别用Getメソッド送信的头的应答结果否正确
//
function IsGetOK()
{
if( ereg("^2",$this->GetHead("http -state")) )
{ trueを返します。 }「http-describe」< br> "; //返されたWebページが特定のタイプであるかどうかを決定します
)
)
= "誤ったタイプ" ( " content-type "). " ") } }
If( !$this->IsGetOK()) return false;
->m_fp)) { $this->m_error = "接続が閉じられました。"; return false;}
書き込み($ fp、fread($ this-> m_fp、1024)); - > m_html; {
if (! $ This-& gt; privateopenhost ()) {
$ this- & gt; m_error. "間違っている場合はリモート ホストを開いてください!";
if($this->GetHead("http-edition")=="HTTP/1.1") $httpv $httpv //固定の初期リクエストヘッダー GET、ホスト情報を送信fputs($this->m_fp," get "。$ this> m_urlpath。" $ httpvrn "); ->m_puthead["User-Agent"] = "Mozilla/4.0 (互換性; MSIE 6.0; Windows NT 5.2)" }
if(!isset($this->m_puthead["Refer"])) { $ this-> m_puthead ["refer"] = "http://"。$ this-> m_puthead ["host"] /http1.1 プロトコルは、ドキュメントが割り当てられた後に閉じる必要があります。そうしないと、ドキュメントを読み取るときに Feof を使用して終了を判断することができません。 $ this->m_httphead[" -edition"] = トリム($httpstas[0]);
>m_httphead["http-describe"] = "";
for($i =2;$i
//获取详细应答头
while(!feof($this->m_fp))
$line = trim($これ->m_fp,256));
if($line == "") break;
$hkey = "";
$hvalue = "";
$v = 0;
for($i=0;$i
if($line[$i]==":") $v = 1;
if($v==0) $hkey .= $line[$i];
$hkey = trim($hkey);
if($hkey!="") $this->m_httphead[strto lower($hkey)] = trim($hvalue);
}
//判断は3xx开头的应答
if(ereg("^3",$this->m_httphead["http-state"]))
{
if($this->JumpCount > 3) 戻る。
if(isset($this->m_httphead["場所"])){
$newurl = $this->m_httphead["場所"];
if(eregi("^http",$newurl)){
$this->JumpOpenUrl($newurl);
}
else
答え!";} - > m_httphead [$ headname])
$ skey、$ svalue) ️ // ️ (){
//
//补全相对网址
//
function FillUrl($surl)
{
$i = 0;
$dstr = "";
$pstr = "";
$okurl = "";
$pathStep = 0;
$surl = トリム($surl);
if($surl=="") return "";
$pos = strpos($surl,"#");
if($pos>0) $surl = substr($surl,0,$pos);
if($surl[0]=="/"){
$okurl = "http://".$this->HomeUrl."/".$surl;
}
else if($surl[0]==".")
{
if(strlen($surl)<=2) return "";
else if($surl[0]=="/")
{
$okurl = "http://".$this->BaseUrlPath."/".substr($surl,2,strlen($surl) )-2);
}
else{
$urls = explode("/",$surl);
foreach($urls as $u){
if($u=="..") $pathStep++;
else if($i
$i++;
}
$urls = explode("/",$this->BaseUrlPath);
if(count($urls) <= $pathStep)
return "";
else{
$pstr = "http://";
for($i=0;$i
$okurl = $pstr.$dstr;
}
}
else
{
if(strlen($surl)<7)
$okurl = "http://".$this->BaseUrlPath."/" .$surl;
else if(strto lower(substr($surl,0,7))=="http://")
$okurl = $surl;
else
$okurl = "http://".$this->BaseUrlPath."/".$surl;
}
$okurl = eregi_replace("^(http://)","",$okurl);
$okurl = eregi_replace("/{1,}","/",$okurl);
return "http://".$okurl;
}
}
?>
以上は、PHP の fsockopen 書き込みを使用して sock が配布する HTTP ダウンロードの種類であり、sock に関するコンテンツが含まれているため、PHP 教則に関心のある友人の助けになることが望まれます。