$content = simplexml_load_string('
echo (string) $content;
$foo = simplexml_load_string('
echo (string) $foo->content;
// 通过下面的方法自动过滤 CDATA 内部参数
$content = simplexml_load_string('
希望能帮到大家
以上就介绍了PHP读取XML数据中CDATA内数值,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
以上就介绍了PHP读取XML数据中CDATA内数值,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。