![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
这个东西http://framework.zend.net Powered-By ASP.NET,同僚们对此作何感想?
证据:
Array
(
[0] => HTTP/1.1 200 OK
[1] => Date: Wed, 08 Nov 2006 04:05:15 GMT
[2] => Server: Apache
[3] => X-Powered-By: ASP.NET
[4] => Connection: close
[5] => Content-Type: text/html; charset=utf-8
)
以上结果可以用php5探测到,代码如下:
[php]<?php
$d=get_headers("http://framework.zend.net");
echo '
';
print_r($d);
?>[/php]
相关讨论:
http://club.phpe.net/index.php?act=ST&f=16&t=14580&s=
提问者:axgle 08-22 12:12
答复

