XMLWriter::openURI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create new xmlwriter using source uri for output bool XMLWriter::openURI ( string $uri ) Object oriented style Procedural style resource xmlwriter_open_uri ( string $uri ) Creates a new XMLWriter using uri for the output. Parameters: uri The URI of the resource for the output. Returns: Objec

XMLWriter::openMemory

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create new xmlwriter using memory for string output bool XMLWriter::openMemory ( void ) Object oriented style Procedural style resource xmlwriter_open_memory ( void ) Creates a new XMLWriter using memory for string output. Returns: Object oriented style: Returns TRUE on success or FALSE on failure. Procedural style: Returns a new xmlwriter

XMLWriter::endPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current PI bool XMLWriter::endPI ( void ) Object oriented style Procedural style bool xmlwriter_end_pi ( resource $xmlwriter ) Ends the current processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

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

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::endDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current DTD element bool XMLWriter::endDTDElement ( void ) Object oriented style Procedural style bool xmlwriter_end_dtd_element ( resource $xmlwriter ) Ends the current DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to x

XMLWriter::endDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current DTD AttList bool XMLWriter::endDTDAttlist ( void ) Object oriented style Procedural style bool xmlwriter_end_dtd_attlist ( resource $xmlwriter ) Ends the current DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a ca

XMLWriter::endDTDEntity

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current DTD Entity bool XMLWriter::endDTDEntity ( void ) Object oriented style Procedural style bool xmlwriter_end_dtd_entity ( resource $xmlwriter ) Ends the current DTD entity. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwr

XMLWriter::endElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current element bool XMLWriter::endElement ( void ) Object oriented style Procedural style bool xmlwriter_end_element ( resource $xmlwriter ) Ends the current element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

XMLWriter::endComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Create end comment bool XMLWriter::endComment ( void ) Object oriented style Procedural style bool xmlwriter_end_comment ( resource $xmlwriter ) Ends the current comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_ur