snoopy圖片 基於Snoopy的PHP近似完美取得網站編碼的程式碼

WBOY
發布: 2016-07-29 08:46:56
原創
1082 人瀏覽過

先到網路下載Snoopy.class.php
呼叫方法:

複製程式碼 程式碼如下:


require'lib/Snoopy.class. class.php';//包含下面程式碼
$go=new WebCrawl('http://www.baidu.com');
echo $go->getCharset();
?>


複製代碼 代碼如下:


class WebCrawl
{
private $url;
私人$請求;
public $charset_arr=array(
'gb2312',
'utf-8',
'big5',
'gbk',
'ascii',
, 36' 'ibm437',
'ibm500',
'asmo-708',
'dos-720',
'ibm737',
'ibm775',
'ibm850',
'ibm775',
'ibm850',
'ibm85'm ibm857',
'ibm00858',
'ibm861',
'ibm860',
'dos-862',
'ibm863',
'ibm864',
'ibm865',
'cp866', 869', 70' ,
'windows-874'、
'cp875'、
'shift_jis'、
'ks_c_5601-1987'、
'ibm1026'、
'ibm01047'、30m'ibm' 01041 ',
'ibm01042',
'ibm01043',
'ibm01044',
'ibm01045',
'ibm01046',
'ibm01047',
'ibm01046',
'ibm01047',
'ib ',
' unicodefffe'、
'windows-1250'、
'windows-1251'、
'windows-1252'、
'windows-1253'、
'windows-1254'、
'window
'windows-1254'、
'window ',
'windows-1257',
'windows-1258',
'johab',
'macintosh',
'x-mac-japanese',
'x-mac-chine
'x-mac-japanese',
'x-mac-chine
'x-mac-japanoo korean',
'x-mac-arabic',
'x-mac-hebrew',
'x-mac-greek',
'x-mac-cyrillic',
'x-mac-chinesesimp',
' x- mac-romanian',
'x-mac-ukrainian',
'x-mac-thai',
'x-mac-ce',
'x-mac-icelandic',
'x-mac -土耳其語言',
'x-mac-克羅埃西亞語',
'x-chinese-cns',
'x-cp20001',
'x-chinese-eten',
'x-cp20003', 0x-cp2000x-cp ',
'x-cp20005',
'x-ia5',
'x-ia5-德國',
'x-ia5-瑞典語',
'x-ia5-挪威語',
'us-ascii ',
'x-cp20261',
'x-cp20269',
'ibm273',
'ibm277',
'ibm278',
'ibm280',
'ibm284',
'ibm285', 90' ,
'ibm290', m420',
'ibm423'、
'ibm424'、
'x-ebcdic-koreanextended'、
'ibm-thai'、
'koi8-r'、
'ibm81'
'ibm905'、
'ibm00924'、
'x-cp20936'、
'x-cp20949'、
'cp1025'、
'koi8-u'、
'iso-8598,85985' -2'、
'iso -8859-3'、
'iso-8859-4'、
'iso-8859-5'、
'iso-8859-6'、
'iso-8859-7' ,
'iso-8859-8',
'iso-8859-9',
'iso-8859-13',
'iso-8859-15',
'x-europa',
'iso-859- 859- 859- i',
'iso- 2022-jp',
'csiso2022jp',
'iso-2022-jp',
'iso-2022-kr',
'x-cp50227', jp
' 'euc-cn',
'euc-kr',
'hz-gb-2312',
'gb18030',
'x-iscii-de',
'x-iscii-be',
'x -isis -ta',
'x -iscii-te',
'x-iscii-as',
'x-iscii-or',
'x-iscii-ka',
'x-iscii-ma' ,
'x-iscii-gu',
'x-iscii-pa',
'utf-7',
'utf-32',
'utf-32be'
);
公用函數 __construct($url)
{
$this->url=$url;
}
//開啟網站
胰臟函數 open($url)
{
if($this->request!==null)
{
if($this->request->status==200)
{
if($this->request->status==200)
{
返回真;
}
否則
{
回傳 false;
}
}
else
{
$this->request=new Snoopy();
$this->請求->fetch($url);
if($this->request->status==200)
{
$this->request->results=strtolower($this->request->results);
$charset=$this->getCharset();
if($charset!="utf-8")
{
if($charset=="windows-1252")
{
$this->請求->結果=$this->uni_decode($此->請求->結果);
}
else
{
$this->request->results=mb_convert_encoding($this->request->results,"UTF-8",$charset);
}
}
返回;
}
否則
{
回傳false;
}
}
}
//取得網站標題、關鍵字、描述
public function getWebinfo()
{
{
,
'keywords'=>'',
'desc'=>'',
'ip'=>''
);
if(!$this->open($this->url)){return $ info;exit;}
// print_r($this->request->results);exit;
preg_match('/

([^>]*)/si', $this->請求->結果, $titlematch );
if (isset($titlematch) && is_array($titlematch) && count($titlematch) > 0)
{
$info['title'] = strip_tags($titlematch[1]
$info['title'] = strip_tags($titlematch[1]
$info['title'] = strip_tags($titlematch[1]
$info['title'] = strip_tags($titlematch[1) ;
}
preg_match_all('/"]*)"?[s]*' . 'c || $mt== “描述」)
{
$ft=1;
}
}
if($ft==0)
{
preg_match_all('/請求->結果,$temp) ? strtolower($temp[1]):"";
if($temp[1]! ="")
{
if(in_array($temp[1], $this->charset_arr))
{
if($temp[1]=="gb2312")
{
$tmp_charset=$this-> t($this->請求->結果,$temp[1]);
if($tmp_charset==$temp[1])
{
return $temp[1];
}
}
else
{
return $temp[1];
}
}
}
if(!empty($this->request->headers))
{
//從header取得編碼
$hstr=strtolower(implode("|||",$this->request->headers)) ;
preg_match("/charset=[^w]?([-w]+)/is",$hstr,$lang) ? strtolower($lang[1]):"";
if($lang[1 ]!="")
{
return $lang[1];
}
}
$encode_arr=array("UTF-8","GB2312","GBK","BIG5","ASCII","EUC -JP","Shift_JIS","CP936","ISO-8859-1","JIS","eucjp-win","sjis-win");
$encoded=mb_detect_encoding($this->request-> results,$encode_arr);
if($encoded)
{
return strtolower($encoded);
}
else
{
return fal?;
}
}

以上就介紹了snoopy圖片 基於Snoopy的PHP近似完美獲取網站編碼的程式碼,包括了snoopy圖片方面的內容,希望對PHP教程有興趣的朋友有所幫助。

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板