apache_get_version()
apache_get_version() main.php里的这个函数知道在哪个文件里面么
<center>
<h3>系统信息</h3>
<table width="70%" border="1" cellpadding="5" cellspacing="0" bgcolor="#cccccc">
<tr>
<th>操作系统</th>
<td><?php echo PHP_OS;?></td>
</tr>
<tr>
<th>Apache版本</th>
<td><?php echo apache_get_version();?></td>
</tr>
<tr>
<th>PHP版本</th>
<td><?php echo PHP_VERSION;?></td>
</tr>