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