| 
        
            DOMCharacterData::removeRemoves the character data node Description
   public void DOMCharacterData::remove() 
  Removes the character data node. 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
  |