← All docs

xmlwriter_write_raw()

Writes raw, unescaped content.

xmlwriter_write_raw()

function xmlwriter_write_raw(mixed $writer, string $content): bool

Writes raw, unescaped content.

Parameters:

  • $writer (mixed)
  • $content (string)

Returns: bool

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how xmlwriter_write_raw is implemented in the compiler, see the internals page.