XML DOM tutoria...login
XML DOM tutorial
author:php.cn  update time:2022-04-13 15:27:56

DOM ProcessingInstruction


XML DOM - ProcessingInstruction Object


ProcessingInstruction Object

The ProcessingInstruction object represents a processing instruction.

Processing directives are used to maintain processor-specific information in the text of an XML document.

ProcessingInstruction Object Properties

PropertiesDescription
dataSet or return the content of the processing instruction.
target Returns the target of the processing instruction.

php.cn