XMLWriter::startAttribute

XMLWriter::startAttribute

xmlwriter_start_attribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)

XMLWriter::startAttribute -- xmlwriter_start_attributeCreate start attribute

Description

Object oriented style

bool XMLWriter::startAttribute ( string $name )

Procedural style

bool xmlwriter_start_attribute ( resource $xmlwriter , string $name )

Starts an attribute.