I want to only get the value show below in float, how to do it.
array (size=1)
'USD_PKR' => float 123.150375
But this output came after running following line.
var_dump($obj);
So I want to only get
123.150375
SO how to fetch only float value.