Forum und email

XMLWriter->writePI

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

XMLWriter->writePI — Komplette Verarbeitungsvorschrift-Tag schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool writePI ( string $target , string $content )

Prozedural:

bool xmlwriter_write_pi ( resource $xmlwriter , string $target , string $content )

Schreibt einen vollständigen Verarbeitungsvorschrift-Tag.

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

target

Ziel der Verarbeitungsvorschrift.

content

Inhalt der Verarbeitungsvorschrift.

Rückgabewerte

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