XMLWriter::startDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD element bool XMLWriter::startDTDElement ( string $qualifiedName ) Object oriented style Procedural style bool xmlwriter_start_dtd_element ( resource $xmlwriter , string $qualifiedName ) Starts a DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified

XMLWriter::startDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD AttList bool XMLWriter::startDTDAttlist ( string $name ) Object oriented style Procedural style bool xmlwriter_start_dtd_attlist ( resource $xmlwriter , string $name ) Starts a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This reso

XMLWriter::startDocument

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create document tag bool XMLWriter::startDocument ([ string $version = 1.0 [, string $encoding = NULL [, string $standalone ]]] ) Object oriented style Procedural style bool xmlwriter_start_document ( resource $xmlwriter [, string $version = 1.0 [, string $encoding = NULL [, string $standalone ]]] ) Starts a document. Parameters:

XMLWriter::startComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Create start comment bool XMLWriter::startComment ( void ) Object oriented style Procedural style bool xmlwriter_start_comment ( resource $xmlwriter ) Starts a comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri(

XMLWriter::startCData

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start CDATA tag bool XMLWriter::startCData ( void ) Object oriented style Procedural style bool xmlwriter_start_cdata ( resource $xmlwriter ) Starts a CDATA. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or

XMLWriter::startAttribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start attribute bool XMLWriter::startAttribute ( string $name ) Object oriented style Procedural style bool xmlwriter_start_attribute ( resource $xmlwriter , string $name ) Starts an attribute. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes fr

XMLWriter::startAttributeNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start namespaced attribute bool XMLWriter::startAttributeNS ( string $prefix, string $name, string $uri ) Object oriented style Procedural style bool xmlwriter_start_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri ) Starts a namespaced attribute. Parameters: xmlwriter Only for p

XMLWriter::setIndent

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Toggle indentation on/off bool XMLWriter::setIndent ( bool $indent ) Object oriented style Procedural style bool xmlwriter_set_indent ( resource $xmlwriter , bool $indent ) Toggles indentation on or off. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes

XMLWriter::setIndentString

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Set string used for indenting bool XMLWriter::setIndentString ( string $indentString ) Object oriented style Procedural style bool xmlwriter_set_indent_string ( resource $xmlwriter , string $indentString ) Sets the string which will be used to indent each element/attribute of the resulting xml. Parameters: xmlwriter O

XMLWriter::outputMemory

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Returns current buffer string XMLWriter::outputMemory ([ bool $flush = true ] ) Object oriented style Procedural style string xmlwriter_output_memory ( resource $xmlwriter [, bool $flush = true ] ) Returns the current buffer. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modifi