XMLWriter::writeCData

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full CDATA tag bool XMLWriter::writeCData ( string $content ) Object oriented style Procedural style bool xmlwriter_write_cdata ( resource $xmlwriter , string $content ) Writes a full CDATA. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a

XMLWriter::writeComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full comment tag bool XMLWriter::writeComment ( string $content ) Object oriented style Procedural style bool xmlwriter_write_comment ( resource $xmlwriter , string $content ) Writes a full comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource come

XMLWriter::writeDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD element tag bool XMLWriter::writeDTDElement ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_element ( resource $xmlwriter , string $name , string $content ) Writes a full DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resourc

XMLWriter::writeAttributeNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full namespaced attribute bool XMLWriter::writeAttributeNS ( string $prefix, string $name, string $uri, string $content ) Object oriented style Procedural style bool xmlwriter_write_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri , string $content ) Writes a full namespaced attribute. Parameters:

XMLWriter::startElement

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

XMLWriter::startPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start PI tag bool XMLWriter::startPI ( string $target ) Object oriented style Procedural style bool xmlwriter_start_pi ( resource $xmlwriter , string $target ) Starts a processing instruction tag. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes

XMLWriter::text

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write text bool XMLWriter::text ( string $content ) Object oriented style Procedural style bool xmlwriter_text ( resource $xmlwriter , string $content ) Writes a text. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri()

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

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD Entity bool XMLWriter::startDTDEntity ( string $name, bool $isparam ) Object oriented style Procedural style bool xmlwriter_start_dtd_entity ( resource $xmlwriter , string $name , bool $isparam ) Starts a DTD entity. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being

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