XMLWriter::startDTDAttlist

Starts a DTD attribute list

public function startDTDAttlist(
  string $name,
): bool;

Parameters

  • string $name - The attribute list name.

Returns

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