XMLWriter::startDTDElement

Starts a DTD element

public function startDTDElement(
  string $qualifiedname,
): bool;

Parameters

  • string $qualifiedname - The qualified name of the document type to create.

Returns

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