Object oriented style:
class XMLWriter {Procedural style:
bool xmlwriter_write_attribute ( resource xmlwriter, string name, string value )Writes a full attribute.
xmlwriterJedynie 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().
nameThe name of the attribute.
valueThe 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 |