通过站长站获取网站百度权重的PHP代码
时间:2021-07-01 10:21:17
帮助过:41人阅读
通过站长站获取网站百度权重的php代码 - function br($s){
- $baidu="http://mytool.chinaz.com/baidusort.aspx?host=".$s;
- $site=file_get_contents($baidu);
- preg_match("/(.*)<\/font>/i",$site,$count);
- return $count[1][0];
- }
- $br=br("http://xxx.com");
- echo $br;
|
站长站, PHP