DOMDocument->createProcessingInstruction()
Creates new PI node
&reftitle.description;
DOMDocument
DOMProcessingInstructioncreateProcessingInstruction
stringtarget
stringdata
This function creates a new instance of class
DOMProcessingInstruction. &dom.node.inserted;
&reftitle.parameters;
target
The target of the processing instruction.
data
The content of the processing instruction.
&reftitle.returnvalues;
The new DOMProcessingInstruction or &false; if an error occured.
&reftitle.exceptions;
DOM_INVALID_CHARACTER_ERR
Raised if target contains an invalid character.
&reftitle.seealso;