Objektorientiert:
class XMLWriter {Prozedural:
string xmlwriter_output_memory ( resource xmlwriter [, bool flush] )Gibt den aktuellen Puffer-Inhalt zurück.
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.
Zurück | Zum Anfang | Weiter |
XMLWriter->openURI | Nach oben | XMLWriter->setIndentString |