Open In App

PHP DOM Functions Complete Reference

Last Updated : 12 Mar, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

PHP DOM extension is used to operate on XML documents using DOM API. The DOM extension uses UTF-8 encoding.

The Complete list of PHP DOM Functions are listed below:

DOMAttr 

DOMCdataSection 

DOMCharacterData

DOMComment

DOMDocument 

DOMDocumentFragment 

DOMElement 

DOMEntityReference

DOMImplementation 

DOMNamedNodeMap

DOMNode

DOMNodeList

DOMProcessingInstruction 

DOMText

DOMXPath 

DOM Functions

  • PHP dom_import_simplexml() Function


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads