Guest User

Untitled

a guest
Jul 19th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. object(Zend_Rest_Client_Result)#6 (1) {
  2. ["_sxml":protected] => object(SimpleXMLElement)#8 (1) {
  3. ["Response"] => object(SimpleXMLElement)#9 (3) {
  4. ["name"] => string(43) "1600 Pennsylvania Ave, Washington, DC 20500"
  5. ["Status"] => object(SimpleXMLElement)#10 (2) {
  6. ["code"] => string(3) "200"
  7. ["request"] => string(7) "geocode"
  8. }
  9. ["Placemark"] => object(SimpleXMLElement)#11 (5) {
  10. ["@attributes"] => array(1) {
  11. ["id"] => string(2) "p1"
  12. }
  13. ["address"] => string(38) "White House, Washington, DC 20500, USA"
  14. ["AddressDetails"] => object(SimpleXMLElement)#12 (2) {
  15. ["@attributes"] => array(1) {
  16. ["Accuracy"] => string(1) "9"
  17. }
  18. ["Country"] => object(SimpleXMLElement)#15 (3) {
  19. ["CountryNameCode"] => string(2) "US"
  20. ["CountryName"] => string(3) "USA"
  21. ["AdministrativeArea"] => object(SimpleXMLElement)#16 (2) {
  22. ["AdministrativeAreaName"] => string(2) "DC"
  23. ["SubAdministrativeArea"] => object(SimpleXMLElement)#17 (2) {
  24. ["SubAdministrativeAreaName"] => string(20) "District of Columbia"
  25. ["Locality"] => object(SimpleXMLElement)#18 (3) {
  26. ["LocalityName"] => string(10) "Washington"
  27. ["PostalCode"] => object(SimpleXMLElement)#19 (1) {
  28. ["PostalCodeNumber"] => string(5) "20500"
  29. }
  30. ["AddressLine"] => string(11) "White House"
  31. }
  32. }
  33. }
  34. }
  35. }
  36. ["ExtendedData"] => object(SimpleXMLElement)#13 (1) {
  37. ["LatLonBox"] => object(SimpleXMLElement)#15 (1) {
  38. ["@attributes"] => array(4) {
  39. ["north"] => string(10) "38.9062952"
  40. ["south"] => string(10) "38.8889273"
  41. ["east"] => string(11) "-77.0203584"
  42. ["west"] => string(11) "-77.0523732"
  43. }
  44. }
  45. }
  46. ["Point"] => object(SimpleXMLElement)#14 (1) {
  47. ["coordinates"] => string(24) "-77.0363658,38.8976118,0"
  48. }
  49. }
  50. }
  51. }
  52. }
Add Comment
Please, Sign In to add comment