XMLWRITER_START_DTD(3) 1 XMLWRITER_START_DTD(3)
XMLWriter::startDTD - Create start DTD tag
Object oriented style
SYNOPSIS
bool XMLWriter::startDTD (string $qualifiedName, [string $publicId], [string $systemId])
DESCRIPTION
Procedural style
bool xmlwriter_start_dtd (resource $xmlwriter, string $qualifiedName, [string $publicId], [string $systemId])
Starts a DTD.
PARAMETERS
o $
xmlwriter -Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xml-
writer_open_uri(3) or xmlwriter_open_memory(3).
o $qualifiedName
- The qualified name of the document type to create.
o $publicId
- The external subset public identifier.
o $systemId
- The external subset system identifier.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
XMLWriter::endDTD, XMLWriter::writeDTD.
PHP Documentation Group XMLWRITER_START_DTD(3)