|
DOMElement::replaceChildrenReplace children in element Description
public void DOMElement::replaceChildren(DOMNodestring
...$nodes )
Replaces the children in the element with new Parameters
Return ValuesNo value is returned. Errors/Exceptions
Changelog
ExamplesExample #1 DOMElement::replaceChildren example Replaces the children with new nodes.
The above example will output: <?xml version="1.0"?> beautiful <world/> See Also
|