xmlwriter_write_dtd(3) php man page | unix.com

Man Page: xmlwriter_write_dtd

Operating Environment: php

Section: 3

XMLWRITER_WRITE_DTD(3)							 1						    XMLWRITER_WRITE_DTD(3)

XMLWriter::writeDTD - Write full DTD tag

       Object oriented style

SYNOPSIS
bool XMLWriter::writeDTD (string $name, [string $publicId], [string $systemId], [string $subset])
DESCRIPTION
Procedural style bool xmlwriter_write_dtd (resource $xmlwriter, string $name, [string $publicId], [string $systemId], [string $subset]) Writes a full 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 $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 VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
XMLWriter::startDTD, XMLWriter::endDTD. PHP Documentation Group XMLWRITER_WRITE_DTD(3)
Related Man Pages
qdomdocumenttype(3qt) - redhat
xml::libxml::dtd5.18(3) - mojave
xml_set_notation_decl_handler(3) - php
xmlwriter_write_element(3) - php
xml::libxml::dtd(3pm) - debian
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!