(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtd -- xmlwriter_start_dtd — Create start DTD tag
Stil obiect-orientat
$qualifiedName
[, string $publicId
[, string $systemId
]] ) : boolStil procedural
$xmlwriter
, string $qualifiedName
[, string $publicId
[, string $systemId
]] ) : boolStarts a DTD.
xmlwriter
Numai pentru apelurile procedurale. Resursa XMLWriter care este modificată. Această resursă se obține în urma apelării xmlwriter_open_uri() sau xmlwriter_open_memory ().
qualifiedNameThe qualified name of the document type to create.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.