(no version information, might be only in CVS)
DOMDocument->createProcessingInstruction() -- Creates new PI nodeThis function creates a new instance of class DOMProcessingInstruction. Este nó não será exibido no documento a não ser que ele seja inserido, por exemplo, com DOMNode->appendChild().
target
The target of the processing instruction.
data
The content of the processing instruction.