php8.5
Home/ Manual/ xmlwriter / xmlwriter/ XMLWriter::writeDtdAttlist

XMLWriter::writeDtdAttlist

PHP function Edit on GitHub ✎

(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)

Write full DTD AttList tag

Description

Oop

XMLWriter::writeDtdAttlist(string $name, string $content): bool

Procedural

xmlwriter_write_dtd_attlist(XMLWriter $writer, string $name, string $content): bool

Writes a DTD attribute list.

Parameters

name

The name of the DTD attribute list.

content

The content of the DTD attribute list.

Return Values

Success

Changelog

VersionDescription

See Also

  • XMLWriter::startDtdAttlist
  • XMLWriter::endDtdAttlist

Source: reference/xmlwriter/xmlwriter/writedtdattlist.xml · from the official PHP manual (php/doc-en)