(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::startDTD -- xmlwriter_start_dtd — Create start DTD tag
Stile orientato agli oggetti
$qualifiedName
[, string $publicId
[, string $systemId
]] )Stile procedurale
$xmlwriter
, string $qualifiedName
[, string $publicId
[, string $systemId
]] )Starts a DTD.
xmlwriterSolo 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.
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.