Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. redstar@redstar-pc:~$ php test.php
  2. class DateTime#1 (3) {
  3. public $date =>
  4. string(19) "2014-10-31 19:41:43"
  5. public $timezone_type =>
  6. int(3)
  7. public $timezone =>
  8. string(17) "America/Vancouver"
  9. }
  10. <br/>class DateTime#1 (3) {
  11. public $date =>
  12. string(19) "2014-03-31 19:41:43"
  13. public $timezone_type =>
  14. int(3)
  15. public $timezone =>
  16. string(17) "America/Vancouver"
  17. }
  18. <br/>class DateTime#1 (3) {
  19. public $date =>
  20. string(19) "2014-03-31 19:41:43"
  21. public $timezone_type =>
  22. int(3)
  23. public $timezone =>
  24. string(17) "America/Vancouver"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement