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)
Related Man Pages |
---|
qdomdocumenttype(3qt) - centos |
xml::libxml::dtd(3) - mojave |
domentity(3) - php |
xmlwriter_write_element(3) - php |
xml::libxml::dtd(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Denial Of Service Attack Update |