Advertisement
djuggler

How to access data?

Jan 11th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. SimpleXMLElement(
  2. @attributes =array(
  3. ['created'] => '02 Apr 2013 20:33:51'
  4. ['creator'] => 'George'
  5. ['format'] => 1.0
  6. )
  7. Device = SimpleXMLElement(
  8. @attributes = array(
  9. ['name'] => 'Lucy'
  10. ['old_name'] =>
  11. ['phone'] => '555-1212'
  12. ['state'] => 3
  13. ['type'] => 'blonde'
  14. ['version'] => '36C'
  15. )
  16. Configuration = SimpleXMLElement(
  17.  
  18. @attributes = array(
  19. ['time'] => 418250031
  20. ['trait'] => 'available'
  21. )
  22. )
  23. Data = '
  24. 417090600,805,860,900,1260,0
  25. 417092400,805,859,900,1272,0
  26. 417094200,805,859,900,1296,0
  27. '
  28. )
  29. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement