闲着没事,美化一下phpinfo

<?php
date_default_timezone_set('Asia/Shanghai');
ob_start(); phpinfo();
$i = ob_get_contents();
ob_end_clean();
$html = str_replace("module_Zend Optimizer","module_Zend_Optimizer",preg_replace('%^.*<body>(.*)</body>.*$%ms', '$1', $i));
$html = str_replace(' width="600"', '', $html);
$str = <<<STR
<!DOCTYPE html>
<html lang="zh-cn">
<head><meta charset="utf-8">
<style type="text/css">
body,html { margin:0px; padding:0px; }
* { font-family:Consolas !important; }
body { width: 1024px; margin: 40px auto; }
pre {
    margin:0px;
    font-family:monospace;
}
a:link {
    color:#000099;
    text-decoration:none;
    background-color:#ffffff;
}
a:hover {
    text-decoration:underline;
}
table {
    margin-left:auto; width: 100%;
    border-collapse:collapse;
    margin-right:auto;
    text-align:left;
}
th { font-weight: bold; background: #eee; }
td,th {
    border:1px solid #000000;
    font-size:75%;
    vertical-align:baseline;
    font-size:14px;
    padding: 5px;
}
</style>
</head><body>{$html}</body>
</html>
STR;
echo $str;
?>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值