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
nameThe name of the DTD attribute list.
contentThe content of the DTD attribute list.
Return Values
Success
Changelog
| Version | Description |
|---|
See Also
XMLWriter::startDtdAttlistXMLWriter::endDtdAttlist