Objektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_start_document ( resource xmlwriter [, string version [, string encoding [, string standalone]]] )Beginnt ein neues Dokument.
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().
version
Versionsnummer des Dokuments als Teil der XML-Deklaration. Standardmäßig 1.0.
encoding
Kodierung des Dokuments als Teil der XML-Deklaration. Standardmäßig NULL.
standalone
yes oder no. Standardmäßig NULL.
Zurück | Zum Anfang | Weiter |
XMLWriter->startComment() | Nach oben | XMLWriter->startDTDAttlist() |