Advertisement
Guest User

Gold Prices SimpleXMLElement Object

a guest
Jul 29th, 2012
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.36 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => SimpleXMLElement Object
  4.         (
  5.             [rate] => Array
  6.                 (
  7.                     [0] => SimpleXMLElement Object
  8.                         (
  9.                             [@attributes] => Array
  10.                                 (
  11.                                     [id] => XAUGBP
  12.                                 )
  13.  
  14.                             [Name] => XAU to GBP
  15.                             [Rate] => 1030.5784
  16.                             [Date] => 7/27/2012
  17.                             [Time] => 5:55pm
  18.                             [Ask] => 1027.5662
  19.                             [Bid] => 1033.5896
  20.                         )
  21.  
  22.                     [1] => SimpleXMLElement Object
  23.                         (
  24.                             [@attributes] => Array
  25.                                 (
  26.                                     [id] => XAGGBP
  27.                                 )
  28.  
  29.                             [Name] => XAG to GBPZ 999 N
  30.                             [Rate] => 17.4502
  31.                             [Date] => 7/27/2012
  32.                             [Time] => 5:55pm
  33.                             [Ask] => N/A
  34.                             [Bid] => N/A
  35.                         )
  36.  
  37.                     [2] => SimpleXMLElement Object
  38.                         (
  39.                             [@attributes] => Array
  40.                                 (
  41.                                     [id] => XPTGBP
  42.                                 )
  43.  
  44.                             [Name] => XPT to GBPZ 999
  45.                             [Rate] => 893.3414
  46.                             [Date] => 7/27/2012
  47.                             [Time] => 5:55pm
  48.                             [Ask] => N/A
  49.                             [Bid] => N/A
  50.                         )
  51.  
  52.                     [3] => SimpleXMLElement Object
  53.                         (
  54.                             [@attributes] => Array
  55.                                 (
  56.                                     [id] => XPDGBP
  57.                                 )
  58.  
  59.                             [Name] => XPD to GBP1 UZ
  60.                             [Rate] => 362.652
  61.                             [Date] => 7/27/2012
  62.                             [Time] => 5:55pm
  63.                             [Ask] => N/A
  64.                             [Bid] => N/A
  65.                         )
  66.  
  67.                 )
  68.  
  69.         )
  70.  
  71. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement