直播app
美女大全
广告位1
广告位2
4.13
广告位1

PHP获取网页标题和内容信息接口

2025-03-20 / 网站源码 / 33 阅读

$url = filter(get('url'));

if (!$url) {

    return json(['code' => -1, 'msg' => '链接不能为空!']);

} else if (get_curl($url) === false) {

    return json(['code' => -1, 'msg' => '提交的网址无法访问!']);

}

$data = get_curl($url);

//Title

preg_match('/<TITLE>([\w\W]*?)<\/TITLE>/si', $data, $Title);

if (!empty($Title[1])) {

    $title = $Title[1];

}

//Keywords

preg_match('/<META\s+name="keywords"\s+content="([\w\W]*?)"/si', $data, $Keywords);

if (empty($Keywords[1])) {

    preg_match("/<META\s+name='keywords'\s+content='([\w\W]*?)'/si", $data, $Keywords);

}

if (empty($Keywords[1])) {

    preg_match('/<META\s+content="([\w\W]*?)"\s+name="keywords"/si', $data, $Keywords);

}

if (empty($Keywords[1])) {

    preg_match('/<META\s+http-equiv="keywords"\s+content="([\w\W]*?)"/si', $data, $Keywords);

}

if (!empty($Keywords[1])) {

    $keywords = $Keywords[1];

}

//Description

preg_match('/<META\s+name="description"\s+content="([\w\W]*?)"/si', $data, $Description);

if (empty($Description[1])) {

    preg_match("/<META\s+name='description'\s+content='([\w\W]*?)'/si", $data, $Description);

}

if (empty($Description[1])) {

    preg_match('/<META\s+content="([\w\W]*?)"\s+name="description"/si', $data, $Description);

}

if (empty($Description[1])) {

    preg_match('/<META\s+http-equiv="description"\s+content="([\w\W]*?)"/si', $data, $Description);

}

if (!empty($Description[1])) {

    $description = $Description[1];

}

if ($Title[1] !== "") {

    dataLog('URL['.$url.发布单页信息获取成功!','1','1');

    $result = array('code'=>0,'msg'=>'获取成功!','title'=>$title,'keywords'=>$keywords,'description'=>$description);

} else {

    $result = array('code'=>-1,'msg'=>'站点信息获取失败!');

}

if (json_encode($result) === false) {

    return json(['code' => -1, 'msg' => '站点信息获取失败!']);

} else {

    return json($result);

}


美女资源: 点击免费领取
性感美女-写真视频: 点击进入!
请收藏我们网站: 感谢有你:www.98hxm.com

#免责声明#

本站提供的一切软件、教程和资源内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络收集整理,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容。如果您喜欢该程序和内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!