Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.56 KB | None | 0 0
  1. Array
  2. (
  3.     [product_name] => Array
  4.         (
  5.             [0] => SimpleXMLElement Object
  6.                 (
  7.                     [0] => NAZWA produktu X
  8.                 )
  9.  
  10.             [1] => SimpleXMLElement Object
  11.                 (
  12.                     [0] => NAZWA produktu X
  13.                 )
  14.  
  15.             [2] => SimpleXMLElement Object
  16.                 (
  17.                     [0] => NAZWA produktu X
  18.                 )
  19.  
  20.         )
  21.  
  22.     [availability] => Array
  23.         (
  24.             [0] => SimpleXMLElement Object
  25.                 (
  26.                     [0] => brak
  27.                 )
  28.  
  29.             [1] => SimpleXMLElement Object
  30.                 (
  31.                     [0] => brak
  32.                 )
  33.  
  34.             [2] => SimpleXMLElement Object
  35.                 (
  36.                     [0] => brak
  37.                 )
  38.  
  39.         )
  40.  
  41.     [delivery_date] => Array
  42.         (
  43.             [0] => SimpleXMLElement Object
  44.                 (
  45.                     [0] => 2017-05-15
  46.                 )
  47.  
  48.             [1] => SimpleXMLElement Object
  49.                 (
  50.                     [0] => 2017-07-14
  51.                 )
  52.  
  53.         )
  54.  
  55.     [reference_code] => Array
  56.         (
  57.             [0] => SimpleXMLElement Object
  58.                 (
  59.                     [0] => KOD-PRODUKTU-X
  60.                 )
  61.  
  62.             [1] => SimpleXMLElement Object
  63.                 (
  64.                     [0] => KOD-PRODUKTU-X
  65.                 )
  66.  
  67.             [2] => SimpleXMLElement Object
  68.                 (
  69.                     [0] => KOD-PRODUKTU-X
  70.                 )
  71.  
  72.         )
  73.  
  74. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement