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>
2017-08-02
http://php.net/manual/zh/function.apache-get-version.php
2017-08-02
apache_get_version
這個是PHP的函數,可以看一下PHP的手冊 Apache 函數