Forum und email
XMLWriter::startElement

XMLWriter::startElement

(no version information, might be only in CVS)

XMLWriter::startElement -- Create start element tag

Opis

Object oriented style:

class XMLWriter {

bool startElement ( string name )

}

Procedural style:

bool xmlwriter_start_element ( resource xmlwriter, string name )

Starts an element.

Parametry

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.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.