Advertisement
Guest User

Untitled

a guest
Nov 12th, 2014
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. class stdClass#1 (3) {
  2.  public $scalar =>
  3.   string(16) "6-01-01 20:00:00"
  4.   public $xmlrpc_type =>
  5.   string(8) "datetime"
  6.   public $timestamp =>
  7.   int(1136145600)
  8. }
  9. stdClass Object
  10. (
  11.     [scalar] => 2001-0-08T21:46:40-0400
  12.     [xmlrpc_type] => datetime
  13.     [timestamp] => 976326400
  14. )
  15. stdClass Object
  16. (
  17.     [scalar] => 34770-0-08T21:46:40-0400
  18.     [xmlrpc_type] => datetime
  19.     [timestamp] => 944704000
  20. )
  21. Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement