php man page for xmlwriter_start_document

Query: xmlwriter_start_document

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XMLWRITER_START_DOCUMENT(3)						 1					       XMLWRITER_START_DOCUMENT(3)

XMLWriter::startDocument - Create document tag

       Object oriented style

SYNOPSIS
bool XMLWriter::startDocument NULL ([string $version = 1.0], [string $encoding], [string $standalone])
DESCRIPTION
Procedural style bool xmlwriter_start_document NULL (resource $xmlwriter, [string $version = 1.0], [string $encoding], [string $standalone]) Starts a document.
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 $version - The version number of the document as part of the XML declaration. o $encoding - The encoding of the document as part of the XML declaration. o $standalone - yes or no.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
XMLWriter::endDocument. PHP Documentation Group XMLWRITER_START_DOCUMENT(3)
Related Man Pages
xml::handler::xmlwriter(3) - centos
domdocument(3) - php
xml_parser_create_ns(3) - php
xml_set_start_namespace_decl_handler(3) - php
xmlwriter_write_element(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update