XMLWriter::fullEndElement
Opis
Object oriented style:
class XMLWriter {bool fullEndElement ( void )
}
Procedural style:
bool xmlwriter_full_end_element ( resource xmlwriter )End the current xml element. Writes an end tag even if the element is empty.
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().
| Poprzedni | Spis treści | Następny |
| XMLWriter::flush | Początek rozdziału |