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

(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4) End current element bool XMLWriter::fullEndElement ( void ) Object oriented style Procedural style bool xmlwriter_full_end_element ( resource $xmlwriter ) End the current xml element. Writes an end tag even if the element is empty. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being m

XMLWriter::flush

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Flush current buffer mixed XMLWriter::flush ([ bool $empty = true ] ) Object oriented style Procedural style mixed xmlwriter_flush ( resource $xmlwriter [, bool $empty = true ] ) Flushes the current buffer. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource c

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

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current DTD bool XMLWriter::endDTD ( void ) Object oriented style Procedural style bool xmlwriter_end_dtd ( resource $xmlwriter ) Ends the DTD of the document. 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::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::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