Forum und email

XMLWriter->startElementNS

(No version information available, might be only in CVS)

XMLWriter->startElementNS — Element mit Namensraum beginnen

Beschreibung

Objektorientiert:

XMLWriter
bool startElementNS ( string $prefix , string $name , string $uri )

Prozedural:

bool xmlwriter_start_element_ns ( resource $xmlwriter , string $prefix , string $name , string $uri )

Beginnt ein Element im angegebenen Namensraum.

Parameter Liste

xmlwriter

Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().

prefix

Präfix des Namensraum.

name

Elementname.

uri

URI des Namensraum.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.