XMLWriter::endAttribute
Opis
Object oriented style:
class XMLWriter {bool endAttribute ( void )
}
Procedural style:
bool xmlwriter_end_attribute ( resource xmlwriter )Ends the current 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().
Patrz także
| XMLWriter::startAttribute |
| XMLWriter::startAttributeNS |
| XMLWriter::writeAttribute |
| XMLWriter::writeAttributeNS |
| Poprzedni | Spis treści | Następny |
| XMLWriter Functions | Początek rozdziału |