Help for this page

Select Code to Download


  1. or download this
    $new = $xdoc->createElement("$key");
    
  2. or download this
    $new->appendChild($text);
    
  3. or download this
    $xitem->getElementsByTagName('institute')->getNodeValue;
    
  4. or download this
    $xitem->getElementsByTagName('institute')->item(0)->getFirstChild->get
    +NodeValue;