Bạn có thể lặp lại con của SimpleXMLElement :
foreach ($Journey->children() as $child) {
if ($child->getName() === "IP") {
echo $child['tpl'];
}
}
Bạn có thể lặp lại con của SimpleXMLElement :
foreach ($Journey->children() as $child) {
if ($child->getName() === "IP") {
echo $child['tpl'];
}
}