|
DOMCharacterData::removeRemoves the character data Description
public void DOMCharacterData::remove()
Removes the character data. ParametersThis function has no parameters. Return ValuesNo value is returned. ExamplesExample #1 DOMCharacterData::remove example Removes the character data.
The above example will output: <?xml version="1.0"?> <container><world/></container> See Also
|