Objektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_start_document ( resource xmlwriter [, string version [, string encoding [, string standalone]]] )Beginnt ein neues Dokument.
xmlwriterOnly for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().
versionVersionsnummer des Dokuments als Teil der XML-Deklaration. Standardmäßig 1.0.
encodingKodierung des Dokuments als Teil der XML-Deklaration. Standardmäßig NULL.
standaloneyes oder no. Standardmäßig NULL.
| Zurück | Zum Anfang | Weiter |
| XMLWriter->startComment | Nach oben | XMLWriter->startDTDAttlist |