<?php
libxml_disable_entity_loader(true);
$notify_values = json_decode(json_encode(simplexml_load_string($xmlReturn, 'SimpleXMLElement', LIBXML_NOCDATA)), true);
php xml转数组
最新推荐文章于 2021-03-11 23:33:12 发布
<?php
libxml_disable_entity_loader(true);
$notify_values = json_decode(json_encode(simplexml_load_string($xmlReturn, 'SimpleXMLElement', LIBXML_NOCDATA)), true);

被折叠的 条评论
为什么被折叠?