simplexml_import_dom()
simplexml_import_dom - Get aSimpleXMLElementobject from a DOM node.
Syntax
SimpleXMLElement simplexml_import_dom (DOMNode $node, string $class_name)Arguments
- node - A DOMElement node
- class_name - You may use this optional parameter so that simplexml_import_dom() will return an object of the specified class. That class should extend the SimpleXMLElement class.
