I have a object like this
stdClass Object
(
[@promo] => true
[@rate] => 24.5
[@baseRate] => 35.0
)
How would I print the @baseRate, @promo, @ratethis variables? When I use $obj->@promo this will shows error and same for $obj['@promo']
I think the only way to do this is