|
DOMCharacterData::afterAdds nodes after the character data Description
public void DOMCharacterData::after(DOMNodestring
...$nodes )
Adds the passed Parameters
Return ValuesNo value is returned. Errors/Exceptions
Changelog
ExamplesExample #1 DOMCharacterData::after example Adds nodes after the character data.
The above example will output: <?xml version="1.0"?> <container><![CDATA[hello]]>beautiful<world/></container> See Also
|