Możesz zapętlić dzieci SimpleXMLElement :
foreach ($Journey->children() as $child) {
if ($child->getName() === "IP") {
echo $child['tpl'];
}
}
Możesz zapętlić dzieci SimpleXMLElement :
foreach ($Journey->children() as $child) {
if ($child->getName() === "IP") {
echo $child['tpl'];
}
}