📅  最后修改于: 2022-03-11 14:54:35.976000             🧑  作者: Mango
$xml = new SimpleXMLElement($destinationPath.$fileName, null, true);
$xml = new DomDocument('1.0', 'utf-8'); // Or the right version and encoding of your xml file
$xml->load($destinationPath.$fileName);