Construct a Processing Instruction section
the body of the instruction segment
PIException if the segment body is illegal (contains "?>")
auto item = new ProcessingInstruction("php"); // constructs <?php?>
See Implementation
Construct a Processing Instruction section