Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [aaron@local ~]$ php testing.php
  2. Array
  3. (
  4. [status] => success
  5. [redirect] => /cms/thanks/unsubscribe?action_id=6&akid=.1.QBthUM&rd=1
  6. [success] => 1
  7. [warnings] => Array
  8. (
  9. )
  10.  
  11. [user] => Array
  12. (
  13. [last_name] =>
  14. [suffix] =>
  15. [updated_at] => 2011-02-18T16:19:18.201929
  16. [prefix] =>
  17. [id] => 1
  18. [custom_fields] => Array
  19. (
  20. )
  21.  
  22. [state_name] =>
  23. [city] =>
  24. [first_name] =>
  25. [password] =>
  26. [middle_name] =>
  27. [zip] =>
  28. [rand_id] => 690603271
  29. [source] => website
  30. [state] =>
  31. [subscription_status] => never
  32. [email] => pmk@wawd.com
  33. [address1] =>
  34. [address2] =>
  35. [postal] =>
  36. [lang] =>
  37. [plus4] =>
  38. [country] => United States
  39. [region] =>
  40. [token] => .1.QBthUM
  41. [created_at] => 2011-02-18T15:59:28
  42. )
  43.  
  44. [action] => Array
  45. (
  46. [status] => complete
  47. [referring_mailing] =>
  48. [opq_id] =>
  49. [taf_emails_sent] =>
  50. [id] => 6
  51. [source] => website
  52. [created_user] =>
  53. [action_ptr] => 6
  54. [link] =>
  55. [user] => 1
  56. [referring_user] =>
  57. [mailing] =>
  58. [page] => 5
  59. [subscribed_user] =>
  60. )
  61.  
  62. )
  63. [aaron@local ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement