Ben bir XML kodu ile bir web sayfası indir:
$xml = simplexml_load_file($page);
Sonuçlar şunlardır:
SimpleXMLElement Object
(
[@attributes] => Array
(
[Message] => Success
[Date] => 0001-01-01T00:00:00
)
[FUNDAMENTALS] => SimpleXMLElement Object
(
[FUNDAMENTAL] => Array
(
[0] => SimpleXMLElement Object
(
[@attributes] => Array
(
[Symbol] => AAA
[Name] => Description AAA
)
)
[1] => SimpleXMLElement Object
(
[@attributes] => Array
(
[Symbol] => BBB
[Name] => Description BBB
)
)
)
)
)
Ben her [Symbol] [Ad], ben nasıl yapabilirim okumak zorunda?