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
qdomdocumenttype(3qt) - redhat
qxmllexicalhandler(3qt) - redhat
qdomdocumenttype(3qt) - centos
qxmllexicalhandler(3qt) - centos
xmlwriter_write_element_ns(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!