← All docs

xmlwriter_start_dtd_entity()

Starts a DTD entity declaration.

xmlwriter_start_dtd_entity()

function xmlwriter_start_dtd_entity(mixed $writer, string $name, bool $isParam): bool

Starts a DTD entity declaration.

Parameters:

  • $writer (mixed)
  • $name (string)
  • $isParam (bool)

Returns: bool

Availability

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

Internals

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