Forum und email
XMLWriter::startAttribute

XMLWriter::startAttribute

(no version information, might be only in CVS)

XMLWriter::startAttribute -- Create start attribute

Opis

Object oriented style:

class XMLWriter {

bool startAttribute ( string name )

}

Procedural style:

bool xmlwriter_start_attribute ( resource xmlwriter, string name )

Starts an attribute.

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 attribute name.

Zwracane wartości

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