php-生成静态页-代码!

| |
[不指定 2010/12/15 20:54 | by 葛廷彬 ]

<?php
ob_start();;
@readfile("http://www.getingbin.com/index.php");
$string = ob_get_flush();
$myfile = fopen("default.htm","w");
fwrite($myfile,$string);
ob_clean();
echo "生成静态页成功!";
?>
代码 | 评论(0) | 引用(0) | 阅读(559)
发表评论
表情
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]