Advertisement
Guest User

Untitled

a guest
Sep 6th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. object(Zend\Http\Request)#80 (12) {
  2. ["method":protected]=>
  3. string(3) "GET"
  4. ["uri":protected]=>
  5. object(Zend\Uri\Http)#78 (10) {
  6. ["validHostTypes":protected]=>
  7. int(9)
  8. ["user":protected]=>
  9. NULL
  10. ["password":protected]=>
  11. NULL
  12. ["scheme":protected]=>
  13. NULL
  14. ["userInfo":protected]=>
  15. NULL
  16. ["host":protected]=>
  17. NULL
  18. ["port":protected]=>
  19. NULL
  20. ["path":protected]=>
  21. NULL
  22. ["query":protected]=>
  23. NULL
  24. ["fragment":protected]=>
  25. NULL
  26. }
  27. ["version":protected]=>
  28. string(3) "1.1"
  29. ["queryParams":protected]=>
  30. NULL
  31. ["postParams":protected]=>
  32. NULL
  33. ["fileParams":protected]=>
  34. NULL
  35. ["serverParams":protected]=>
  36. NULL
  37. ["envParams":protected]=>
  38. NULL
  39. ["headers":protected]=>
  40. NULL
  41. ["rawBody":protected]=>
  42. NULL
  43. ["metadata":protected]=>
  44. array(0) {
  45. }
  46. ["content":protected]=>
  47. string(0) ""
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement