mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
安装程序新增xml函数验证
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user