loadXML($xmlStr); $array_e = $xml_tree->getElementsByTagName($field); $info = $array_e->item(0)->nodeValue; return $info; } }