XMLWriter::startDtd
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
Create start DTD tag
Description
Oop
XMLWriter::startDtd(string $qualifiedName, string|null $publicId = null, string|null $systemId = null): bool
Procedural
xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, string|null $publicId = null, string|null $systemId = null): bool
Starts a DTD.
Parameters
qualifiedNameThe qualified name of the document type to create.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.
Return Values
Success
Changelog
| Version | Description |
|---|
See Also
XMLWriter::endDtdXMLWriter::writeDtd