Query: xmlwriter_start_dtd
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLWRITER_START_DTD(3) 1 XMLWRITER_START_DTD(3) XMLWriter::startDTD - Create start DTD tag Object oriented styleSYNOPSISbool XMLWriter::startDTD (string $qualifiedName, [string $publicId], [string $systemId])DESCRIPTIONProcedural style bool xmlwriter_start_dtd (resource $xmlwriter, string $qualifiedName, [string $publicId], [string $systemId]) Starts a DTD.PARAMETERSo $ 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 VALUESReturns TRUE on success or FALSE on failure.SEE ALSOXMLWriter::endDTD, XMLWriter::writeDTD. PHP Documentation Group XMLWRITER_START_DTD(3)