| dom_import_simplexmlGets a DOMElement object from a SimpleXMLElement object Description
   DOMElement dom_import_simplexml
    ( SimpleXMLElement  $node)
   This function takes the node  Parameters
 
 Return Values
   The DOMElement node added or  ExamplesExample #1 Import SimpleXML into DOM with dom_import_simplexml 
<?phpSee Also
 
 |