亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

php怎么自動查網站備案

九三
156
2021-01-05 12:14:11
欄目: 云計算

php怎么自動查網站備案

利用php獲取網站備案信息的方法

php代碼如下:

<?php
function miibeian($domain) {
$domain = base64_encode ( $domain );
$opts = array (
'http' => array (
'method' => "GET",
'timeout' => 5
)
);
$context = stream_context_create ( $opts );
$url = 'http://webid.#/complaininfo.php?domain=' . $domain;
$html = file_get_contents ( $url, false, $context );
if (strpos ( $html, '未查詢到網站信息' )) {
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>網站名稱:</strong>', '', $info );
$info = str_replace ( '<li><strong>網站首頁地址:</strong>', ' ', $info );
$info = str_replace ( '<li><strong>主辦單位名稱:</strong>', ' ', $info );
$info = str_replace ( '<li><strong>主辦單位性質:</strong>', ' ', $info );
$info = str_replace ( '<li><strong>審核時間:</strong>', ' ', $info );
$info = str_replace ( '<li><strong>網站備案/許可證號:</strong>', ' ', $info );
$info = str_replace ( "\r\n", '', $info );
$info = str_replace ( '</li>', '', $info );
$info = trim ( $info );
$temp = explode ( ' ', $info );
return $temp;
}
// http://webid.#/complaininfo.php?domain=c3lzeXVuLmNvbQ==
$result = miibeian ( 'yisu.com' );
print_r ( $result );

0
克拉玛依市| 锡林郭勒盟| 德钦县| 福鼎市| 东乡县| 同德县| 鄂托克前旗| 扎兰屯市| 南华县| 沅江市| 绥德县| 亳州市| 特克斯县| 闵行区| 周口市| 五台县| 伊春市| 大姚县| 沧源| 洛扎县| 宽城| 阿拉善右旗| 陆河县| 陇川县| 高雄市| 房产| 松潘县| 舞阳县| 望谟县| 合川市| 承德市| 阿尔山市| 古丈县| 天台县| 西华县| 宜黄县| 图木舒克市| 来宾市| 元朗区| 讷河市| 永城市|