XMLWriter::startElement
Opis
Object oriented style:
class XMLWriter {bool startElement ( string name )
}
Procedural style:
bool xmlwriter_start_element ( resource xmlwriter, string name )Starts an element.
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 element name.
| Poprzedni | Spis treści | Następny |
| XMLWriter::startElementNS | Początek rozdziału |