Get the PHP code of website Baidu weight through the webmaster station
Release: 2016-07-25 08:44:26
Original
2070 people have browsed it
Get the php code of website Baidu weight through the webmaster station
- function br($s){
- $baidu="http://mytool.chinaz.com/baidusort.aspx?host=".$s;
- $ site=file_get_contents($baidu);
- preg_match("/(.*)/i",$site,$count);
- return $count[1][ 0];
- }
- $br=br("http://xxx.com");
- echo $br;
Copy code
|
Webmaster Station, PHP
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
-
2024-09-06 10:34:53
-
2024-09-06 10:34:43
-
2024-09-06 10:34:40
-
2024-09-06 10:34:33
-
2024-09-06 10:34:32
-
2024-09-06 10:34:30
-
2024-09-06 10:34:20
-
2024-09-06 10:34:13
-
2024-09-06 10:34:10
-
2024-09-06 10:34:03