Forum und email

XMLWriter->startDTDEntity

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

XMLWriter->startDTDEntity — DTD-Entität beginnen

Beschreibung

Objektorientiert:

XMLWriter
bool startDTDEntity ( string $name , bool $isparam )

Prozedural:

bool xmlwriter_start_dtd_entity ( resource $xmlwriter , string $name , bool $isparam )

Beginnt eine DTD-Entität.

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 der Entität.

isparam

Rückgabewerte

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