php man page for xmlwriter_start_dtd

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 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)
Related Man Pages
xml::libxml::dtd(3) - mojave
xml::libxml::dtd(3) - suse
xml::libxml::dtd(3) - osx
domnotation(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 Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update