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