大约有 40,000 项符合查询结果(耗时:0.0428秒) [XML]
PHP: How to handle
...is superfluous, as echo automatically does it anyway)
$content = simplexml_load_string(
'<content><![CDATA[Hello, world!]]></content>'
);
echo (string) $content;
// or with parent element:
$foo = simplexml_load_string(
'<foo><content><