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

首頁 > 開發(fā) > PHP > 正文

php實(shí)現(xiàn)的獲取網(wǎng)站備案信息查詢代碼(360)

2024-05-04 23:13:11
字體:
供稿:網(wǎng)友

復(fù)制代碼 代碼如下:


<?php  
 // WebSite  
function miibeian($domain) {  
    $domain = base64_encode ( $domain );  
    $opts = array (  
            'http' => array (  
                    'method' => "GET",  
                    'timeout' => 5   
            )   
    );  
    $context = stream_context_create ( $opts );  
    $url = 'http://webid.360.cn/complaininfo.php?domain=' . $domain; 
    $html = file_get_contents ( $url, false, $context );  
    if (strpos ( $html, '未查詢到網(wǎng)站信息' )) {  
        return false;  
    }  
    $flag = '<ul>';  
    $start = strpos ( $html, $flag ) + strlen ( $flag );  
    $info = substr ( $html, $start, strpos ( $html, '</ul>' ) - $start );  

    $info = str_replace ( ' ', '', $info );  
    $info = str_replace ( '<li><strong>網(wǎng)站名稱:</strong>', '', $info );  
    $info = str_replace ( '<li><strong>網(wǎng)站首頁地址:</strong>', ' ', $info );  
    $info = str_replace ( '<li><strong>主辦單位名稱:</strong>', ' ', $info );  
    $info = str_replace ( '<li><strong>主辦單位性質(zhì):</strong>', ' ', $info );  
    $info = str_replace ( '<li><strong>審核時(shí)間:</strong>', ' ', $info );  
    $info = str_replace ( '<li><strong>網(wǎng)站備案/許可證號(hào):</strong>', ' ', $info );  
    $info = str_replace ( "/r/n", '', $info );  
    $info = str_replace ( '</li>', '', $info );  
    $info = trim ( $info );  
    $temp = explode ( ' ', $info );  
    return $temp;  
}  
// ?domain=c3lzeXVuLmNvbQ== 
$result = miibeian ( 'vevb.com' );  
print_r ( $result );

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 吴江市| 晋宁县| 故城县| 巴中市| 张家界市| 平邑县| 凉城县| 桃园市| 阳朔县| 双城市| 舞钢市| 西乌珠穆沁旗| 班戈县| 威宁| 石门县| 项城市| 额尔古纳市| 隆回县| 宁德市| 龙口市| 西林县| 高台县| 浦北县| 新竹县| 上高县| 长葛市| 安塞县| 凌海市| 鹰潭市| 延吉市| 津市市| 五大连池市| 自治县| 白玉县| 浠水县| 呼和浩特市| 苗栗县| 长泰县| 福泉市| 武功县| 鄂尔多斯市|