我用了
$xmlfile = $doc->dump_mem();
echo $xmlfile;
和
$doc = new DOMDocument('1.0', 'iso-8859-1');
得到这个
错误:调用未定义的方法 domelement::dump_mem
我用了
$xmlfile = $doc->dump_mem();
echo $xmlfile;
和
$doc = new DOMDocument('1.0', 'iso-8859-1');
得到这个
错误:调用未定义的方法 domelement::dump_mem