Forum und email

XMLWriter->outputMemory

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

XMLWriter->outputMemory — Gibt Puffer zurück

Beschreibung

Objektorientiert:

XMLWriter
bool outputMemory ([ bool $flush ] )

Prozedural:

string xmlwriter_output_memory ( resource $xmlwriter [, bool $flush ] )

Gibt den aktuellen Puffer-Inhalt zurück.

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

flush

Ob der Puffer geleert werden soll oder nicht. Standard ist TRUE.

Rückgabewerte

Gibt den aktuellen Puffer-Inhalt als Zeichenkette zurück.

Siehe auch