4 Star 2 Fork 2

sunbingzibo / phpok3w

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
serinfo.php 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunbingzibo 提交于 2014-07-30 14:25 . 页面整理一下
<?php
$fp = fopen("http://bbs.destoon.com/","r"); //以只读的方式打开某个站点下的文件
foreach($http_response_header as $info) //对$http_response_header的文件信息头进行遍历循环
echo $info."<br>"; //最后输出各条记录信息
?>
PHP
1
https://gitee.com/9786/phpok3w.git
git@gitee.com:9786/phpok3w.git
9786
phpok3w
phpok3w
master

搜索帮助