[ASK] Get user manager till time and total time left with PHP API
Posted: Tue Aug 23, 2016 10:39 am
I use this code
But, cant find array key to show till time and total time left. How to get it ?
Code: Select all
$API->write('/tool/user-manager/user/getall');
$READ = $API->read(false);
$ARRAY = $API->parseResponse($READ);
echo "<pre>";print_r($ARRAY);echo "</pre>";
$API->disconnect();