Forum und email

XMLWriter->text

(PHP 5 >= 5.1.2, PECL xmlwriter:0.1-2.0.4)

XMLWriter->text — Text schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool text ( string $content )

Prozedural:

bool xmlwriter_text ( resource $xmlwriter , string $content )

Schreibt einen Text.

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

Textinhalt.

Rückgabewerte

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