array getXStatuses()
<?php include('WebIcqPro.class.php'); $icq = new WebIcqPro(); $xstats = $icq->getXStatuses(); var_dump($xstats);