XMLWriter::startDTDEntity

Starts a DTD entity

public function startDTDEntity(
  string $name,
  bool $isparam,
): bool;

Parameters

  • string $name - The name of the entity.
  • bool $isparam

Returns

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