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