XMLWriter::startDTD

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD tag bool XMLWriter::startDTD ( string $qualifiedName [, string $publicId [, string $systemId ]] ) Object oriented style Procedural style bool xmlwriter_start_dtd ( resource $xmlwriter , string $qualifiedName [, string $publicId [, string $systemId ]] ) Starts a DTD. Parameters: xmlwriter Only for proc

XMLWriter::startElementNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start namespaced element tag bool XMLWriter::startElementNS ( string $prefix, string $name, string $uri ) Object oriented style Procedural style bool xmlwriter_start_element_ns ( resource $xmlwriter , string $prefix , string $name , string $uri ) Starts a namespaced element. Parameters: xmlwriter Only for proce

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