Forum und email

XMLWriter->writeDTDElement

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

XMLWriter->writeDTDElement — Komplettes DTD-Element schreiben

Beschreibung

Objektorientiert:

XMLWriter
bool writeDTDElement ( string $name , string $content )

Prozedural:

bool xmlwriter_write_dtd_element ( resource $xmlwriter , string $name , string $content )

Schreibt ein vollständiges DTD-Element.

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

name

Name des DTD-Elements.

content

Inhalt des DTD-Elements.

Rückgabewerte

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