XMLWriter::writeAttribute
Opis
Object oriented style:
class XMLWriter {bool writeAttribute ( string name, string value )
}
Procedural style:
bool xmlwriter_write_attribute ( resource xmlwriter, string name, string value )Writes a full attribute.
Parametry
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.
Patrz także
| XMLWriter::writeAttributeNS |
| XMLWriter::startAttribute |
| XMLWriter::startAttributeNS |
| XMLWriter::endAttribute |
| Poprzedni | Spis treści | Następny |
| XMLWriter::writeAttributeNS | Początek rozdziału |