DOMDocumentFragment::replaceChildrenReplace children in fragment Description
public void DOMDocumentFragment::replaceChildren(DOMNodestring
...$nodes )
Replaces the children in the document fragment with new Parameters
Return ValuesNo value is returned. Errors/Exceptions
Changelog
ExamplesExample #1 DOMDocumentFragment::replaceChildren example Replaces the children with new nodes.
The above example will output: beautiful <world/> See Also
|