(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::writeDtd -- xmlwriter_write_dtd — Write full DTD tag
Object-oriented style
$name,$publicId = null,$systemId = null,$content = nullProcedural style
$writer,$name,$publicId = null,$systemId = null,$content = nullWrites a full DTD.
writernameThe DTD name.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.
contentThe content of the DTD.