Array
(
[status] => OK
[result] => Array
(
[0] => stdClass Object
(
[id] => 1
[name] => normal
[points] => 1.00
[max_size] => 0
[hourly_speed] => 35000
[all_pending] => 18009
[user_queues] => 0
)
)
)
How i can get only values of (status and all_pending and user_queues) from this array ???