(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtd -- xmlwriter_start_dtd — Crée une DTD
Style orienté objet
$qualifiedName, ?string $publicId = null, ?string $systemId = null): boolStyle procédural
$writer,$qualifiedName,$publicId = null,$systemId = nullCommence une DTD.
writerqualifiedNameLe nom qualifié du type de document à créer.
publicIdL'identifiant publique externe.
systemIdL'identifiant système externe.