XMLWriter::writeRaw

Writes a raw xml text

public function writeRaw(
  string $content,
): bool;

Parameters

  • string $content - The text string to write.

Returns

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