PHP DOM Functions Complete Reference

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

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button