安装程序新增xml函数验证

This commit is contained in:
gongfuxiang 2022-07-05 17:36:38 +08:00
parent 96d562ad2b
commit a22f6763ee

View File

@ -398,6 +398,24 @@
<?php endif ?>
</td>
</tr>
<tr class="<?php if(function_exists('xml_parser_create')){ echo 'yes'; } else { echo 'am-danger'; } ?>">
<td>xml_parser_create 函数</td>
<td>支持</td>
<td>
<?php if (function_exists('xml_parser_create')): ?>
支持
<?php else: ?>
不支持
<?php endif ?>
</td>
<td>
<?php if (function_exists('xml_parser_create')): ?>
<?php else: ?>
×
<?php endif ?>
</td>
</tr>
<tr class="<?php if(function_exists('file_get_contents')){ echo 'yes'; } else { echo 'am-danger'; } ?>">
<td>file_get_contents 函数</td>
<td>支持</td>