Guest User

Untitled

a guest
Sep 18th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. object(yii\httpclient\Response)#110 (9) {
  2. ["client"]=>
  3. object(yii\httpclient\Client)#96 (10) {
  4. ["baseUrl"]=>
  5. NULL
  6. ["formatters"]=>
  7. array(1) {
  8. ["urlencoded"]=>
  9. object(yii\httpclient\UrlEncodedFormatter)#108 (2) {
  10. ["encodingType"]=>
  11. int(1)
  12. ["charset"]=>
  13. NULL
  14. }
  15. }
  16. ["parsers"]=>
  17. array(1) {
  18. ["json"]=>
  19. object(yii\httpclient\JsonParser)#113 (1) {
  20. ["asArray"]=>
  21. bool(true)
  22. }
  23. }
  24. ["requestConfig"]=>
  25. array(0) {
  26. }
  27. ["responseConfig"]=>
  28. array(0) {
  29. }
  30. ["contentLoggingMaxSize"]=>
  31. int(2000)
  32. ["_transport":"yii\httpclient\Client":private]=>
  33. object(yii\httpclient\StreamTransport)#106 (3) {
  34. ["_events":"yii\base\Component":private]=>
  35. array(0) {
  36. }
  37. ["_eventWildcards":"yii\base\Component":private]=>
  38. array(0) {
  39. }
  40. ["_behaviors":"yii\base\Component":private]=>
  41. NULL
  42. }
  43. ["_events":"yii\base\Component":private]=>
  44. array(0) {
  45. }
  46. ["_eventWildcards":"yii\base\Component":private]=>
  47. array(0) {
  48. }
  49. ["_behaviors":"yii\base\Component":private]=>
  50. array(0) {
  51. }
  52. }
  53. ["_headers":"yii\httpclient\Message":private]=>
  54. object(yii\web\HeaderCollection)#107 (1) {
  55. ["_headers":"yii\web\HeaderCollection":private]=>
  56. array(7) {
  57. ["http-code"]=>
  58. array(1) {
  59. [0]=>
  60. string(3) "200"
  61. }
  62. ["date"]=>
  63. array(1) {
  64. [0]=>
  65. string(29) "Sat, 19 Sep 2020 00:10:04 GMT"
  66. }
  67. ["server"]=>
  68. array(1) {
  69. [0]=>
  70. string(22) "Apache/2.4.25 (Debian)"
  71. }
  72. ["access-control-allow-origin"]=>
  73. array(1) {
  74. [0]=>
  75. string(1) "*"
  76. }
  77. ["connection"]=>
  78. array(1) {
  79. [0]=>
  80. string(5) "close"
  81. }
  82. ["content-length"]=>
  83. array(1) {
  84. [0]=>
  85. string(2) "80"
  86. }
  87. ["content-type"]=>
  88. array(1) {
  89. [0]=>
  90. string(16) "application/json"
  91. }
  92. }
  93. }
  94. ["_cookies":"yii\httpclient\Message":private]=>
  95. NULL
  96. ["_content":"yii\httpclient\Message":private]=>
  97. string(200) "{"transaction_id":111,"documents_id":{"XZP":22},"paid":true,"error":[]}{
  98. "transaction_id": 111,
  99. "documents_id": {
  100. "XZP": 22
  101. },
  102. "paid": true,
  103. "error": []
  104. }"
  105. ["_data":"yii\httpclient\Message":private]=>
  106. NULL
  107. ["_format":"yii\httpclient\Message":private]=>
  108. string(4) "json"
  109. ["_events":"yii\base\Component":private]=>
  110. array(0) {
  111. }
  112. ["_eventWildcards":"yii\base\Component":private]=>
  113. array(0) {
  114. }
  115. ["_behaviors":"yii\base\Component":private]=>
  116. NULL
  117. }
Add Comment
Please, Sign In to add comment