Forum und email

XMLWriter->startAttributeNS

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

XMLWriter->startAttributeNS — Namensraum-Attribut beginnen

Beschreibung

Objektorientiert:

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

Prozedural:

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

Beginnt ein neues Attribut im definierten 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

Namensraum-Präfix.

name

Attributname.

uri

Namensraum-URI.

Rückgabewerte

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