2013-02-22 30 views
3

我怎樣才能獲得頭信息像這樣的網頁(下文),同時使用PHP如何使用PHP顯示網站的標題信息?

本網站Check website HTTP Server Header Information

結果:

HTTP Status for: "http://www.abc.com" 
The title is: "" 

Keywords: "" 
Description: "" 

HTTP/1.1 200 OK 
Date: Fri, 22 Feb 2013 12:00:56 GMT 
Server: Apache/2.2.3 (Debian) PHP/4.4.4-8+etch6 
X-Powered-By: PHP/4.4.4-8+etch6 
Keep-Alive: timeout=300 
Connection: Keep-Alive 
Content-Type: text/html 

回答

2

你可以使用:

print_r(get_headers($url));