Home
last modified time | relevance | path

Searched refs:xml_depth (Results 1 – 1 of 1) sorted by relevance

/plugin/amazon_heavy/
H A Dclass.xmlreader.php56 $array[$tagname]["#"] = $this->xml_depth($vals, $i);
59 function xml_depth($vals, &$i) { function in xmlreader
88 $children[$tagname][$size]['#'] = $this->xml_depth($vals, $i);