Forum und email

XMLWriter->writeAttributeNS

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

XMLWriter->writeAttributeNS — Komplettes Attribute mit Namensraum schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool writeAttributeNS ( string $prefix , string $name , string $uri , string $content )

Prozedural:

bool xmlwriter_write_attribute_ns ( resource $xmlwriter , string $prefix , string $name , string $uri , string $content )

Schreibt ein vollständiges Attribute mit 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

Name des Attributs.

uri

URI des Namensraum.

content

Wert des Attributs.

Rückgabewerte

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