Our Recommendation for You Search your Query, You can find easily. for example search by book name or course name or any other which is related to your education

label name













PHP

DOM Comment

XML DOM - The Comment Object


Try it Yourself - Examples

The examples below use the XML file books.xml.

createComment() - Create a comment node

The Comment object

The Comment object represents the content of comment nodes in a document.

Comment Object Properties

PropertyDescription
data Sets or returns the text of this node
length Returns the length of the text of this node

Comment Object Methods

PropertyDescription
appendData() Appends data to the node
deleteData() Deletes data from the node
insertData() Inserts data into the node
replaceData() Replaces data in the node
substringData() Extracts data from the node