Forum und email

XMLWriter->writeRaw

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

XMLWriter->writeRaw — Reines XML schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool writeRaw ( string $content )

Prozedural:

bool xmlwriter_write_raw ( resource $xmlwriter , string $content )

Schreibt reinen XML Inhalt.

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().

content

Zeichenkette, die geschrieben werden soll.

Rückgabewerte

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

Siehe auch