ProcessingInstruction.this

Construct a Processing Instruction section

class ProcessingInstruction
@safe pure
this
(
string content
)

Parameters

content string

the body of the instruction segment

Throws

PIException if the segment body is illegal (contains "?>")

Examples

auto item = new ProcessingInstruction("php");
   // constructs <?php?>

Meta

Suggestion Box / Bug Report