Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

buster

By: a guest on Feb 9th, 2010  |  syntax: None  |  size: 0.39 KB  |  hits: 33  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. $stats_list=$client->get_statistics('POD_116_117');
  2. var_dump ($stats_list);
  3. print "<br>";
  4. $my_stats=$stats_list->statistics;
  5. var_dump ($my_stats);
  6.  
  7. ----
  8.  
  9. object(stdClass)#4 (2) { ["statistics"]=>  array(0) { } ["time_stamp"]=>  object(stdClass)#5 (6) { ["year"]=>  int(2010) ["month"]=>  int(2) ["day"]=>  int(9) ["hour"]=>  int(22) ["minute"]=>  int(0) ["second"]=>  int(45) } }
  10. array(0) { }