(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtd -- xmlwriter_start_dtd — Create start DTD tag
Object-oriented style
$qualifiedName, ?string $publicId = null, ?string $systemId = null): boolProcedural style
$writer,$qualifiedName,$publicId = null,$systemId = nullStarts a DTD.
writerqualifiedNameThe qualified name of the document type to create.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.