mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
安装程序新增xml函数验证
This commit is contained in:
parent
96d562ad2b
commit
a22f6763ee
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user