Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.              [0] => stdClass Object
  2.                     (
  3.                            [ticker] => AAA
  4.                            [exchange] => LSE
  5.                            [cur_value] => 100
  6.                      )
  7.              [1] => stdClass Object
  8.                     (
  9.                            [ticker] => BBB
  10.                            [exchange] => LSE
  11.                            [cur_value] => 200
  12.                      )
  13.           )
  14.     [1] => Array
  15.           (
  16.               [year] => 2015
  17.               [0] => stdClass Object
  18.                         (
  19.                             [ticker] => AAA
  20.                             [exchange] => LSE
  21.                             [cur_value] => 100
  22.                          )
  23.                  [1] => stdClass Object
  24.                         (
  25.                             [ticker] => BBB
  26.                             [exchange] => LSE
  27.                             [cur_value] => 200
  28.                          )
  29.               )
  30.            )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement