mardi 4 août 2015

How to get PHP object data?

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..



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire