(PHP 5, PHP 7, PHP 8)
DOMDocument::createProcessingInstruction — Creates new PI node
$target, string $data = ""): DOMProcessingInstruction|falseThis function creates a new instance of class DOMProcessingInstruction. Dieser Knoten wird im Dokument erst dann angezeigt, wenn er mit (z. B.) DOMNode::appendChild() eingefügt wird.
targetThe target of the processing instruction.
dataThe content of the processing instruction.
The new DOMProcessingInstruction or false if an error occurred.