queue get name and target for pppoe users

Hello
I used Mikrotik API (PHP) to get all queue for pppoe users


This is command

$API->write(‘/queue/simple/getall’);
$ARRAY = $API->read();
or
$API->write(‘/queue/simple/getall’,false);
$API->write(‘=stats=’);
$ARRAY = $API->read();

I get


Array ( [.id] => *512F [name] => [target] => [parent] => none [packet-marks] => [priority] => 8/8 [queue] => default-small/default-small [limit-at] => 250000/1000000 [max-limit] => 250000/1000000 [burst-limit] => 0/0 [burst-threshold] => 0/0 [burst-time] => 0s/0s [bytes] => 655378/2947820 [total-bytes] => 0 [packets] => 3316/3726 [total-packets] => 0 [dropped] => 0/13 [total-dropped] => 0 [rate] => 185640/972064 [total-rate] => 0 [packet-rate] => 140/142 [total-packet-rate] => 0 [queued-packets] => 0/0 [total-queued-packets] => 0 [queued-bytes] => 0/0 [total-queued-bytes] => 0 [pcq-queues] => 36/37 [invalid] => false [dynamic] => true [disabled] => false ) )


The target and name is empty but in mikrotik existing


how can i get the target and name