function gethttpstatus ($Domain){ |
//请求文件 |
$html = file_get_contents($Domain); |
//返回HTTP状态码 |
return $http_response_header ; |
} |
Submitted by admin on 2011, June 21, 9:01 PM. php
function gethttpstatus ($Domain){ |
//请求文件 |
$html = file_get_contents($Domain); |
//返回HTTP状态码 |
return $http_response_header ; |
} |
« 2025年08月 » | ||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |