时间:2021-07-01 10:21:17 帮助过:35人阅读
$url = 'http://www.wanpusoft.com/weixin/Web/index.html';
print_r(get_headers($url));
$url = 'http://www.wanpusoft.com/weixin/Wechar';
print_r(get_headers($url));
Array
(
[0] => HTTP/1.1 200 OK
[1] => Cache-Control: max-age=1296000
[2] => Content-Type: text/html
[3] => Last-Modified: Thu, 23 Apr 2015 07:53:40 GMT
[4] => Accept-Ranges: bytes
[5] => ETag: "30f6d99c9a7dd01:0"
[6] => Server: Microsoft-IIS/7.0
[7] => X-Powered-By: ASP.NET
[8] => Date: Thu, 30 Apr 2015 07:28:33 GMT
[9] => Connection: close
[10] => Content-Length: 8746
)
Array
(
[0] => HTTP/1.1 404 Not Found
[1] => Cache-Control: private
[2] => Content-Length: 1898
[3] => Content-Type: text/html; charset=utf-8
[4] => Server: Microsoft-IIS/7.0
[5] => X-AspNet-Version: 4.0.30319
[6] => X-Powered-By: ASP.NET
[7] => Date: Thu, 30 Apr 2015 07:28:34 GMT
[8] => Connection: close
)