XMLWriter::startPI

Starts a processing instruction tag

public function startPI(
  string $target,
): bool;

Parameters

  • string $target - The target of the processing instruction.

Returns

  • bool - - Returns TRUE on success or FALSE on failure.