PHP通过站长站获取百度权重
程序员文章站
2022-04-27 11:52:10
...
[PHP]代码
function br($s){ $baidu="http://mytool.chinaz.com/baidusort.aspx?host=".$s; $site=file_get_contents($baidu); preg_match("/<font color=\"\">(.*)<\/font>/i",$site,$count); return $count[1][0]; } $br=br("http://yckit.com"); echo $br;
下一篇: Centos下nginx的安装