|
XMLWriter::startAttributexmlwriter_start_attributeCreate start attribute DescriptionObject-oriented style
public bool XMLWriter::startAttribute(string
$name )Procedural style bool xmlwriter_start_attribute(XMLWriter
$writer , string $name )Starts an attribute. Parameters
Return Values
Returns Changelog
ExamplesExample #1 Basic XMLWriter::startAttribute Usage
The above example will output something similar to: <?xml version="1.0" encoding="UTF-8"?> <element attribute="value"/> See Also
|