Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. var_dump($node[0]);
  2.  
  3. GIVES:
  4.  
  5. object(SimpleXMLElement)#5 (14) {
  6.  ["collection-product-type"]=>
  7.   object(SimpleXMLElement)#6 (0) {
  8.  }
  9.   ["collection-title"]=>
  10.   object(SimpleXMLElement)#7 (0) {
  11.  }
  12.   ["collection-season-count"]=>
  13.   object(SimpleXMLElement)#8 (0) {
  14.  }
  15.  
  16.  
  17. how do I get to the data of collection-season-count for instance?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement