Query: xmlwriter_write_dtd
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLWRITER_WRITE_DTD(3) 1 XMLWRITER_WRITE_DTD(3) XMLWriter::writeDTD - Write full DTD tag Object oriented styleSYNOPSISbool XMLWriter::writeDTD (string $name, [string $publicId], [string $systemId], [string $subset])DESCRIPTIONProcedural style bool xmlwriter_write_dtd (resource $xmlwriter, string $name, [string $publicId], [string $systemId], [string $subset]) Writes a full 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 $name - The DTD name. o $publicId - The external subset public identifier. o $systemId - The external subset system identifier. o $subset - The content of the DTD.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOXMLWriter::startDTD, XMLWriter::endDTD. PHP Documentation Group XMLWRITER_WRITE_DTD(3)
Related Man Pages |
---|
qdomdocumenttype(3qt) - centos |
xml::libxml::dtd(3) - suse |
xml::libxml::dtd(3) - centos |
xmlwriter_write_element_ns(3) - php |
xml::libxml::dtd(3pm) - debian |