← All docs

xmlwriter_set_indent()

Toggles indentation of the output.

xmlwriter_set_indent()

function xmlwriter_set_indent(mixed $writer, bool $enable): bool

Toggles indentation of the output.

Parameters:

  • $writer (mixed)
  • $enable (bool)

Returns: bool

Availability

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

Internals

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