Object oriented style:
class XMLWriter {Procedural style:
bool xmlwriter_write_attribute ( resource xmlwriter, string name, string value )Writes a full attribute.
xmlwriter
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
name
The name of the attribute.
value
The value of the attribute.
XMLWriter::writeAttributeNS |
XMLWriter::startAttribute |
XMLWriter::startAttributeNS |
XMLWriter::endAttribute |
Poprzedni | Spis treści | Następny |
XMLWriter::writeAttributeNS | Początek rozdziału | XMLWriter::writeCData |