(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::startDTD -- xmlwriter_start_dtd — Create start DTD tag
Styl obiektowy
$qualifiedName
[, string $publicId
[, string $systemId
]] )Styl proceduralny
$xmlwriter
, string $qualifiedName
[, string $publicId
[, string $systemId
]] )Starts a DTD.
xmlwriter
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub 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.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.