I have these data formats of objects in php.
stdClass Object
(
[@attributes] => stdClass Object
(
[currency] => JPY
[rate] => 136.07
)
)
How can I get currency and rate from this object? Thanks in advance..
PHP access XML attributes:)