Objektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_write_dtd ( resource xmlwriter, string name [, string publicId [, string systemId [, string subset]]] )Schreibt einen vollständigen DTD-Tag.
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
DTD-Name.
publicId
Public Identifier für PUBLIC.
systemId
Public Identifier für SYSTEM.
subset
Inhalt des DTD-Tags.
Zurück | Zum Anfang | Weiter |
XMLWriter->writeDTDEntity() | Nach oben | XMLWriter->writeElementNS() |