(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtd -- xmlwriter_start_dtd — Create start DTD tag
Stile orientato agli oggetti
$qualifiedName
, ?string $publicId
= null
, ?string $systemId
= null
): boolStile procedurale
$writer
,$qualifiedName
,$publicId
= null
,$systemId
= null
Starts a DTD.
xmlwriter
Solo per chiamate procedurali. La resource XMLWriter che è stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().
qualifiedName
The qualified name of the document type to create.
publicId
The external subset public identifier.
systemId
The external subset system identifier.