DOMDocumentFragment::appendAppends nodes after the last child node Description
public void DOMDocumentFragment::append(DOMNodestring
...$nodes )
Appends one or many Parameters
Return ValuesNo value is returned. Errors/Exceptions
Changelog
ExamplesExample #1 DOMDocumentFragment::append example Appends nodes in the fragment.
The above example will output: <hello/>beautiful<world/> See Also
|